File: CompilerTest.java

package info (click to toggle)
robocode 1.6.0~beta2-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 8,456 kB
  • ctags: 4,987
  • sloc: java: 29,355; xml: 368; sh: 150; makefile: 61
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (4)
1
2
3
4
5
public class CompilerTest {
	public static void main(String args[]) {
		System.out.println("Compiler operational");
	}
}