diff options
Diffstat (limited to 'day07')
-rwxr-xr-x | day07/part1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/day07/part1 b/day07/part1 index 2ef3505..b722b86 100755 --- a/day07/part1 +++ b/day07/part1 @@ -1,7 +1,5 @@ #!/usr/bin/env ruby -require 'pp' - class Array def to_empty_hash h = {} |