Skip to content

Commit c2e5b38

Browse files
Change input file name from kylepritchard.input to department.input
1 parent ab2585a commit c2e5b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2025/04/kylepritchard.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn count_adjacent(grid []u8, rows int, cols int, i int, j int, neighbors []Offse
3434

3535
fn main() {
3636
// Read input file
37-
content := os.read_file('kylepritchard.input') or { panic('Failed to read file: ${err}') }
37+
content := os.read_file('department.input') or { panic('Failed to read file: ${err}') }
3838
lines := content.split_into_lines()
3939

4040
mut grid_lines := []string{}

0 commit comments

Comments
 (0)