aoc2022/src/helpers.rs

5 lines
154 B
Rust
Raw Normal View History

2022-10-29 15:18:58 +00:00
/*
* Use this file if you want to extract helpers from your solutions.
* Example import from this file: `use advent_of_code::helpers::example_fn;`.
2022-10-29 15:18:58 +00:00
*/