diff options
Diffstat (limited to '2015/19')
-rwxr-xr-x | 2015/19/puzzle-1.py | 2 | ||||
-rwxr-xr-x | 2015/19/puzzle-2.sh | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/2015/19/puzzle-1.py b/2015/19/puzzle-1.py index b694c8b..9b6760a 100755 --- a/2015/19/puzzle-1.py +++ b/2015/19/puzzle-1.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 import re diff --git a/2015/19/puzzle-2.sh b/2015/19/puzzle-2.sh index 78c3ce5..cc28f1c 100755 --- a/2015/19/puzzle-2.sh +++ b/2015/19/puzzle-2.sh @@ -1,10 +1,11 @@ -#!/usr/bin/env sh +#!/bin/sh -# I could not figure this out on my own, but god bless this guy for doing the math: +# I could not figure this out on my own, but god bless this guy for doing the +# math: # https://www.reddit.com/r/adventofcode/comments/3xflz8/day_19_solutions/cy4etju/ -# Some people has inputs that could be solved by just going in reverse trivially, my input did not -# work +# Some people have inputs that could be solved by just going in reverse +# trivially, my input did not work sed -n ' $ { |