simple app

This commit is contained in:
2022-04-15 18:16:10 +03:00
parent 4ce4b2bfa2
commit c63bfbd369
11 changed files with 400 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/