This commit is contained in:
nora 2023-05-24 20:24:19 +02:00
parent f321d0e9e1
commit ee0b311261
12 changed files with 265 additions and 36 deletions

9
.gitignore vendored
View file

@ -1,5 +1,8 @@
/target
.idea
.vscode
/.idea
/.vscode
# for testing things
_*.c
/_*.c
# any object files and a.out
*.o
*.out