This commit is contained in:
Sobottasgithub
2025-11-12 11:39:20 +01:00
commit 67df614d41
11 changed files with 256 additions and 0 deletions

5
Main.java Normal file
View File

@@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args) {
Inventar inventar = new Inventar();
}
}