You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/03_approaches.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Data loading
4
4
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.
6
6
7
7
-[std lib io api](https://doc.rust-lang.org/std/io/index.html) with `File::open` and `BufReader::new(file).lines()`
8
8
-`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