File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file contains template code.
3
+ * There is no need to edit this file unless you want to change template functionality.
4
+ */
1
5
use std:: io:: Write ;
2
6
use std:: path:: PathBuf ;
3
7
use std:: { env:: temp_dir, io, process:: Command } ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * This file contains template code.
3
+ * There is no need to edit this file unless you want to change template functionality.
4
+ */
1
5
use std:: {
2
6
fs:: { File , OpenOptions } ,
3
7
io:: Write ,
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Use this file if you want to extract helpers from your solutions.
3
- * Example import from this file: `use aoc::helpers::example_fn;`
3
+ * Example import from this file: `use aoc::helpers::example_fn;`.
4
4
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * This file contains template helpers.
2
+ * This file contains template code.
3
+ * There is no need to edit this file unless you want to change template functionality.
3
4
* Prefer `./helpers.rs` if you want to extract code from your solutions.
4
5
*/
5
6
use std:: env;
Original file line number Diff line number Diff line change 1
1
/*
2
2
* This file contains template code.
3
- * Unless you want to change how solutions are invoked, this file does not need to be edited .
3
+ * There is no need to edit this file unless you want to change template functionality .
4
4
*/
5
5
use aoc:: { ANSI_BOLD , ANSI_ITALIC , ANSI_RESET } ;
6
6
use std:: process:: Command ;
You can’t perform that action at this time.
0 commit comments