commit
f492efd744
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
# ---> Rust |
||||
|
# Compiled files |
||||
|
*.o |
||||
|
*.so |
||||
|
*.rlib |
||||
|
*.dll |
||||
|
|
||||
|
# Executables |
||||
|
*.exe |
||||
|
|
||||
|
# Generated by Cargo |
||||
|
/target/ |
||||
|
|
||||
@ -0,0 +1,3 @@ |
|||||
|
# adventofcode2019 |
||||
|
|
||||
|
Advent of Code examples of 2019 |
||||
Loading…
Reference in new issue