Skip to content

Commit

Permalink
Add solution for day 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hessner committed Dec 11, 2017
1 parent d416271 commit fb5747c
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 2 deletions.
2 changes: 1 addition & 1 deletion day10/solution.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3

# http://adventofcode.com/2017/day/9
# http://adventofcode.com/2017/day/10

inputstr = "189,1,111,246,254,2,0,120,215,93,255,50,84,15,94,62"

Expand Down
Loading

0 comments on commit fb5747c

Please sign in to comment.