Initial commit

This commit is contained in:
Steven Carpenter 2023-10-17 02:41:02 -04:00 committed by GitHub
commit ceba210c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 990 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
# idea
out
*.ipr
*.iws
*.iml
.idea
# gradle
build
.gradle
# other
eclipse
run
run-data