Browse Source

Initial commit

master
Michael Preisach 6 years ago
committed by Gogs
commit
f492efd744
  1. 13
      .gitignore
  2. 3
      README.md

13
.gitignore

@ -0,0 +1,13 @@
# ---> Rust
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo
/target/

3
README.md

@ -0,0 +1,3 @@
# adventofcode2019
Advent of Code examples of 2019
Loading…
Cancel
Save