advent-of-code/_templates/riddle/new/readme.ejs.t

17 lines
190 B
Perl

---
to: <%= year %>/<%= day %>/README.md
unless_exists: true
---
# <%= day %>
Description
<details>
<summary>Solutions</summary>
<ol>
<li>1</li>
<li>2</li>
</ol>
</details>