re-enable both parts of puzzle

This commit is contained in:
Brian Buller 2016-12-05 08:11:23 -06:00
parent 31ea3e4f54
commit fbb117bcd3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
func main() {
input := stdinToString()
//partOne(input)
partOne(input)
partTwo(input)
}