upload code

This commit is contained in:
Dominic 2022-10-16 20:14:55 +02:00
commit 3f507064ce
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
111 changed files with 9258 additions and 0 deletions

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
a.out
# rust/cargo
/target/
# git
*.orig
# emacs
*~
\#*#
.#*#
# intellij
/.idea/
*.ipr
*.iml