feat: clearly mark template code

This commit is contained in:
Felix Spöttel
2022-10-29 17:25:11 +02:00
parent e327f00aa8
commit e45e930602
5 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/*
* Use this file if you want to extract helpers from your solutions.
* Example import from this file: `use aoc::helpers::example_fn;`
* Example import from this file: `use aoc::helpers::example_fn;`.
*/