Skip to content

Commit 768132a

Browse files
Merge pull request #5243 from FuryCydonian/HelloFromJavaMainClass
2 parents 56f3d6a + 5890923 commit 768132a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Hello_Java/Main.java

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

0 commit comments

Comments
 (0)