File: HelloWorld.java

package info (click to toggle)
javacc 7.0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,712 kB
  • sloc: java: 27,671; xml: 2,305; cpp: 404; sh: 128; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
package test;
public class HelloWorld {
	  public static void main(String[] args) {
	    System.out.println(); 
	  }
}