Skip to content

Commit e58bf44

Browse files
committed
Test Java Prog
1 parent b8fc703 commit e58bf44

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Test.java

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
public class Test {
2+
3+
public static void main(String[] arg) {
4+
5+
//This is just at java test prog
6+
System.out.println("\nThis is a Test.\n");
7+
8+
}
9+
10+
}

0 commit comments

Comments
 (0)