Skip to content

Commit 43732f6

Browse files
Change input file from 'kylepritchard.input' to 'banks.input'
1 parent c2e5b38 commit 43732f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/03/kylepritchard.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn max_sequence(s string, k int) string {
3030
}
3131

3232
fn main() {
33-
content := os.read_file('kylepritchard.input') or { panic('Failed to read file: ${err}') }
33+
content := os.read_file('banks.input') or { panic('Failed to read file: ${err}') }
3434
lines := content.split_into_lines()
3535

3636
// Part 1

0 commit comments

Comments
 (0)