diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb399a8 --- /dev/null +++ b/README.md @@ -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