Converted 2st of December into using batteries as well.

This commit is contained in:
Vidir Valberg Gudmundsson 2017-12-05 23:33:47 +01:00
parent f8b5ad80c9
commit 1811fa4654
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
(*difference is 4.*)
(*The third row's difference is 6.*)
open Core
open Batteries
let open_file (filename : string) =
@ -43,4 +42,4 @@ let () =
"dec2_input"
|> open_file
|> parse_input
|> printf "%d"
|> print_int