Added first program

This commit is contained in:
Wizzard Dev 2016-11-22 18:22:48 +01:00 committed by GitHub
parent 6ff46e2509
commit 8c937598e5

View File

@ -0,0 +1,5 @@
public class First{
public static void main(String[] args){
System.out.println("Hello World");
}
}