There was an error while loading. Please reload this page.
1 parent e9840fa commit 3e57364Copy full SHA for 3e57364
midterm-exam/src/Account.java
@@ -0,0 +1,2 @@
1
+package PACKAGE_NAME;public class Account {
2
+}
midterm-exam/src/Matrix.java
+package PACKAGE_NAME;public class Matrix {
midterm-exam/src/Test.java
@@ -0,0 +1,5 @@
+public class Test {
+ public static void main(String[] args) {
3
+ Test
4
+ }
5
0 commit comments