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

This commit is contained in:
Роман Пермяков 2024-04-09 16:38:14 +04:00
parent 712c03db3e
commit a9c0be751d
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@
*.tar.gz
*.rar
*.xml
*.iml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

View File

@ -0,0 +1,6 @@
public class Main {
public static void main(String[] args) {
}
}

View File

@ -1,5 +0,0 @@
public class Main {
public static void main(String[] args){
}
}