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

This commit is contained in:
insideq 2024-05-11 17:14:42 +04:00
parent 0cb1868d96
commit e677f63f5c

5
src/Main.java Normal file
View File

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