bruh commit

This commit is contained in:
uh wot 2021-09-14 13:53:06 +02:00
commit b7add9a9a4
Signed by: uhwot
GPG key ID: CB2454984587B781
6 changed files with 1950 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
.vscode