Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / java / prog.java
CommitLineData
b8f7001a
MG
1public class prog {
2 public static void main(final String[] args){
3 System.out.println("Hello World!");
4 }
5}
This page took 0.009271 seconds and 4 git commands to generate.