add code for my first lab

This commit is contained in:
dymik739 2023-03-02 20:17:44 +02:00
parent 13e1a61ad9
commit cf217bd349
2 changed files with 5 additions and 0 deletions

BIN
labs/1/lab1.class Normal file

Binary file not shown.

5
labs/1/lab1.java Normal file
View File

@ -0,0 +1,5 @@
public class lab1 {
public static void main(String[] args) {
System.out.println("testing testing lab1");
}
}