initial commit

This commit is contained in:
Valentijn van der Jagt
2025-11-21 23:24:35 +01:00
commit fe75038ce0
7 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package org.example;
//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
public class Main {
public static void main(String[] args) {
}
}