first commit

This commit is contained in:
2022-07-29 22:21:22 +03:00
commit c095591469
18 changed files with 741 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# IDEA
.idea/
out/
*.iml
*.ipr
*.iws
*.ids
# GRADLE
.gradle/
build/