Skip to content

Commit 86099ae

Browse files
authored
Add files via upload
1 parent 4183c53 commit 86099ae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

JavaLecture1.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)