feat: add helpers module

This commit is contained in:
Felix Spöttel
2022-10-17 11:19:08 +02:00
parent 75aa23dcd1
commit 00407542e4
2 changed files with 21 additions and 14 deletions

2
src/helpers.rs Normal file
View File

@@ -0,0 +1,2 @@
// Use this file if you want to extract sections of your solutions.
// Example import: `use aoc::helpers::example_fn;`