Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / java / prog.java
diff --git a/t/problems/hello/tests/java/prog.java b/t/problems/hello/tests/java/prog.java
new file mode 100644 (file)
index 0000000..c4d820c
--- /dev/null
@@ -0,0 +1,5 @@
+public class prog {
+       public static void main(final String[] args){
+               System.out.println("Hello World!");
+       }
+}
This page took 0.009412 seconds and 4 git commands to generate.