We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56f3d6a + 5890923 commit 768132aCopy full SHA for 768132a
Hello_Java/Main.java
@@ -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