Created Matrix class
Created Matrix class with an empty main method
This commit is contained in:
parent
73db680028
commit
13f8144bb2
@ -1,5 +0,0 @@
|
||||
public class Matrix {
|
||||
public public static void public static void main(String[] args) {
|
||||
|
||||
}
|
||||
}
|
5
src/Matrix.java
Normal file
5
src/Matrix.java
Normal file
@ -0,0 +1,5 @@
|
||||
public class Matrix {
|
||||
public static void main(String[] args) {
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user