42
chadd17
7y

// I can't be the only one...

public static void p(String inpt) {
System.out.println(inpt);
}
...

p("That much typing is unjustified.");

Comments
Add Comment