Initial commit

This commit is contained in:
POGROTH THE HYPED
2024-06-21 15:52:07 +02:00
commit 6a14c6daca
3 changed files with 62 additions and 0 deletions

View File

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