From 48dded94882491b9bd8de1834999b975606d7a1f Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 13 Dec 2017 09:58:57 +1100 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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