Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One is

    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?



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: