Hacker News new | past | comments | ask | show | jobs | submit login

  $ cat HelloWorld.java
  public class HelloWorld
  {
    public static void main(String[] args)
    {
        System.out.println("Hello, world");
    }
  }
  $ strace java HelloWorld 2>&1 > /dev/null | wc -l
  122



Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: