void main(String[] args) {
println("Hello world");
}
and the previous one ...
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
And that is SO MUCH less? Are you being ironic?
Should we allow somebody who cannot handle the second one, go on and programming because of the first one?
Should we allow somebody who cannot handle the second one, go on and programming because of the first one?