Change the name of input files.

This commit is contained in:
2018-12-02 21:40:18 -08:00
parent 5ac0c699e5
commit 735170ea73
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
require "./common.cr"
lines = File.read("day2").split("\n")
lines = File.read("day2_input").split("\n")
lines.pop
CHARS = ('a'..'z').to_a