Skip to content

Commit 035af74

Browse files
authored
Create README.md
What is this, and why?
1 parent 7f266ab commit 035af74

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# My Advent of Code 2018 Solutions
2+
[Advent of Code](https://adventofcode.com/) is a month-long programming puzzle challenge.
3+
4+
Herein, I'm solving the 2018 puzzles using Python3, because:
5+
1. I like Python.
6+
2. Jeez, I'm so bad at Python.
7+
3. Doing it in a language I don't know would be even more work, and I'm expecting to quit after a few days anyway because really, Luca, you're taking on extra homework?
8+
9+
My goals/metrics are something along the lines of:
10+
1. Complete the tasks each day
11+
2. ...with clean, readable code
12+
3. ...that also runs reasonably efficiently
13+
4. ...and is slightly more robust than is strictly necessary, but keeping the error handling to a sane level.
14+
15+
If I feel like I need to do more work, maybe I'll even write some tests.

0 commit comments

Comments
 (0)