Создание проекта

This commit is contained in:
insideq 2024-04-13 16:05:59 +04:00
parent cf1bbe3133
commit ed70ad795f

View File

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