Create README.md

This commit is contained in:
Wesley Moore 2017-12-13 09:58:57 +11:00 committed by GitHub
parent 183bbd50ca
commit 48dded9488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# My advent of code solutions
My approach to these is:
- Don't look at any other solutions until I've done my own
- Don't update solution after looking at other solutions
- Whilst not an explicit goal most if not all solutions just use Rust and the standard library