Initial commit

This commit is contained in:
Gašper Dobrovoljc
2024-02-28 08:42:03 +01:00
commit f49e761c7f
7 changed files with 73 additions and 0 deletions

5
src/Main.java Normal file
View File

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