Skip to content

Commit 8e06bcd

Browse files
authored
Merge pull request #1 from thejask/theja-local-branch
Added HelloWorld java file.
2 parents a3bd0b3 + d999caf commit 8e06bcd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

com/thejask/example/HelloWorld.java

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

0 commit comments

Comments
 (0)