Class name naming conventions.

This commit is contained in:
inv-vinoth
2014-08-30 04:40:36 +05:30
parent 4691aea289
commit 387ae3e006

5
j/Java.java Normal file
View File

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