Compare commits

..

1 Commits

Author SHA1 Message Date
dymik739 cf217bd349 add code for my first lab 2023-03-02 20:17:44 +02:00
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");
}
}