add code for my first lab

This commit is contained in:
2023-03-02 20:17:44 +02:00
parent 13e1a61ad9
commit cf217bd349
2 changed files with 5 additions and 0 deletions
BIN
View File
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
public class lab1 {
public static void main(String[] args) {
System.out.println("testing testing lab1");
}
}