Skip to content

Commit 70f31da

Browse files
committed
fix: link to the input file
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent 01fd336 commit 70f31da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/src/03_approaches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Data loading
44

5-
the .input.txt file can be loaded
5+
The [input.txt](https://raw.githubusercontent.com/rust-munich/hack-evening-2025-12/refs/heads/main/input.txt) data is available for no AoC account holders.
66

77
- [std lib io api](https://doc.rust-lang.org/std/io/index.html) with `File::open` and `BufReader::new(file).lines()`
88
- `include_str!` macro to include the file as a `&'static str` ([docs](https://doc.rust-lang.org/std/macro.include_str.html))

0 commit comments

Comments
 (0)