We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4183c53 commit 86099aeCopy full SHA for 86099ae
1 file changed
JavaLecture1.java
@@ -0,0 +1,9 @@
1
+package com.rit;
2
+
3
+public class Main {
4
5
+ public static void main(String[] args) {
6
+ java.lang.System.out.println("Welcome to Java Programming :)");
7
8
+ }
9
+}
0 commit comments