Merge branch 'master' of git://github.com/leachim6/hello-world
This commit is contained in:
7
j/java.java
Normal file
7
j/java.java
Normal file
@@ -0,0 +1,7 @@
|
||||
class HelloClass
|
||||
{
|
||||
public static void main(String args[])
|
||||
{
|
||||
System.out.println("Hello World");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user