Skip to content

Commit 9f0c8fd

Browse files
authored
Update JavaLecture3.java
1 parent cb3b2dd commit 9f0c8fd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

JavaLecture3.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
package com.rit;
1+
// package com.rit;
2+
23
import static java.lang.System.out;
34
// import static java.lang.System.in;
45
// import static java.lang.System.err;
@@ -30,4 +31,4 @@ public static void main(String[] args) {
3031
// Methods -> camelNamingConvention
3132

3233
}
33-
}
34+
}

0 commit comments

Comments
 (0)