Skip to content

Commit 017efb5

Browse files
author
Jugraj Sihra
committed
Completed a hello world file
1 parent 6c94765 commit 017efb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/com/example/Main.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.jsihra.example;
2+
3+
public class HelloWorld {
4+
public static void main(String[] args) {
5+
System.out.println("Hello from my first commit!");
6+
}
7+
}

0 commit comments

Comments
 (0)