File: javatest.java

package info (click to toggle)
binfmtc 0.17-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: sh: 1,116; ansic: 891; cpp: 81; makefile: 81; asm: 48; java: 5; fortran: 3
file content (6 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
//BINFMTGCJ: --main=javatest
public class javatest {
    public static void main(String args[]) {
	System.out.println("hello world");
    }
}