diff --git a/2023/01/leodev.v b/2023/01/leodev.v index 44fb012..fb3ece2 100644 --- a/2023/01/leodev.v +++ b/2023/01/leodev.v @@ -1,7 +1,5 @@ import os { read_file } -// hello - fn main() { inputs_part1 := read_file('trebuchet-part1.input')!.split_into_lines() println(part1(inputs_part1))