initial commit

This commit is contained in:
2026-04-24 21:23:02 +03:30
commit 5d21f90ad7
7 changed files with 100 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
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) {}
}