Skip to content

Commit

Permalink
rename calibration -> trebuchet (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer authored Dec 2, 2023
1 parent a361c3a commit 34ebfe7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2023/1/leodev.v
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os { read_file }

fn main() {
inputs_part1 := read_file('calibration-part1.input')!.split_into_lines()
inputs_part1 := read_file('trebuchet-part1.input')!.split_into_lines()
println(part1(inputs_part1))
inputs_part2 := read_file('calibration-part2.input')!.split_into_lines()
inputs_part2 := read_file('trebuchet-part2.input')!.split_into_lines()
println(part2(inputs_part2))
}

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 34ebfe7

Please sign in to comment.