initial commit

This commit is contained in:
CaiHQ
2022-02-17 17:07:01 +08:00
commit 90a1145578
19 changed files with 1852 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
/build/
/testoutput/
*/build/*
# Compiled class file
*.class
.DS_Store
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*