File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
331 . Clone template
442 . Replace all ` xxxx ` with current year (do not accidentally replace content inside ` actual_inputs ` folder!)
5- 3 . Add ` INPUT_REPO_TOKEN ` secret with access to ` actual_inputs ` folder so that CI can access the inputs
5+ 3 . Update the ` src/bin/empty/main.rs ` ` include_str!() ` macro to use the correct year.
6+ 4 . Add ` INPUT_REPO_TOKEN ` secret with access to ` actual_inputs ` folder so that CI can access the inputs
67 * Just "Contents - Read-only" access for the input repo is sufficient
Original file line number Diff line number Diff line change 1- const ACTUAL_INPUT : & str = include_str ! ( "../../../actual_inputs/2023 /01/input.txt" ) ;
1+ const ACTUAL_INPUT : & str = include_str ! ( "../../../actual_inputs/2015 /01/input.txt" ) ;
22
33fn p1 ( input : & str ) -> String {
44 let _input = input. trim ( ) ;
You can’t perform that action at this time.
0 commit comments