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+ */
15use std:: io:: Write ;
26use std:: path:: PathBuf ;
37use 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+ */
15use std:: {
26 fs:: { File , OpenOptions } ,
37 io:: Write ,
Original file line number Diff line number Diff line change 11/*
22 * 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;`.
44 */
Original file line number Diff line number Diff line change 11/*
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.
34 * Prefer `./helpers.rs` if you want to extract code from your solutions.
45 */
56use std:: env;
Original file line number Diff line number Diff line change 11/*
22 * 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 .
44 */
55use aoc:: { ANSI_BOLD , ANSI_ITALIC , ANSI_RESET } ;
66use std:: process:: Command ;
You can’t perform that action at this time.
0 commit comments