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!");
}
}

View File

@@ -0,0 +1,6 @@
name: LimboManager
main: wtf.beatrice.limbomanager.Main
version: 0.0.1
description: Mix of tools to run a Limbo server
api-version: 1.19
author: astro_bea