Initial Commit

This commit is contained in:
2024-03-26 23:01:12 +02:00
commit 38ec799114
20 changed files with 1095 additions and 0 deletions

View File

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