Skip to content

Commit a5989c7

Browse files
kylepritcharddy-tea
authored andcommitted
Change input file name
Updated input file name from 'kylepritchard.input' to 'ids.input' in main function.
1 parent c370f1c commit a5989c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2025/02/kylepritchard.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fn has_repeating_pattern(s string) bool {
3838
}
3939

4040
fn main() {
41-
content := os.read_file('kylepritchard.input') or { panic('Failed to read file: $err') }
41+
content := os.read_file('ids.input') or { panic('Failed to read file: $err') }
4242

4343
ids := content.split(',')
4444

@@ -83,3 +83,4 @@ fn main() {
8383
println('Part 1: $sum1')
8484
println('Part 2: $sum2')
8585
}
86+

0 commit comments

Comments
 (0)