13 lines
79 B
Plaintext
Executable File
13 lines
79 B
Plaintext
Executable File
# vscode config
|
|
.vscode/
|
|
|
|
# testing
|
|
*test.c
|
|
*.out
|
|
|
|
# output
|
|
output/
|
|
obj/
|
|
bin/
|
|
|