Init repo with basic files

This commit is contained in:
2022-11-11 17:35:21 +01:00
parent 045c1fb5ac
commit 2be7381e87
4 changed files with 51 additions and 0 deletions

View File

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