Add basic project structure

This commit is contained in:
2022-10-21 12:47:14 +02:00
parent 9db958bd1b
commit 69a2fdb231
3 changed files with 75 additions and 0 deletions

View File

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