From 73db68002892990373ad5a6f6c82538c493c1d39 Mon Sep 17 00:00:00 2001 From: AustrianToast Date: Tue, 28 Feb 2023 00:03:35 +0100 Subject: [PATCH] Created Matrix class Created Matrix class with an empty main method --- src/Matrix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Matrix diff --git a/src/Matrix b/src/Matrix new file mode 100644 index 0000000..17a4ee7 --- /dev/null +++ b/src/Matrix @@ -0,0 +1,5 @@ +public class Matrix { + public public static void public static void main(String[] args) { + + } +} \ No newline at end of file