Uploaded the SheepstarCoreV2

This commit is contained in:
2023-10-29 11:09:23 +01:00
parent b58b8676c1
commit 91c23e40ef
7 changed files with 818 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package xyz.sheepstar;
public class Core {
public static void main(String[] args) {
System.out.println("Sheepstar is running!");
}
}