Skip to content

Commit 5c237ae

Browse files
Merge pull request #156 from juned06/master
created new java file
2 parents ead98b5 + 209ec10 commit 5c237ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

new.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class HelloWorld {
2+
public static void main(String[] args) {
3+
System.out.println("Hello, World!");
4+
}
5+
}

0 commit comments

Comments
 (0)