File: hello.java

package info (click to toggle)
groovy2 2.2.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 23,916 kB
  • sloc: java: 136,570; xml: 948; sh: 486; makefile: 67; ansic: 64
file content (8 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
// $Id: hello.java,v 1.3 2007-06-20 03:32:39 bfulgham Exp $
// http://shootout.alioth.debian.org/

public class hello {
    public static void main(String args[]) {
        System.out.print("hello world\n");
    }
}