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

17 lines
190 B
Perl
Raw Normal View History

2021-12-01 14:54:50 +01:00
---
to: <%= year %>/<%= day %>/README.md
2023-11-02 00:23:17 +01:00
unless_exists: true
2021-12-01 14:54:50 +01:00
---
# <%= day %>
Description
<details>
<summary>Solutions</summary>
<ol>
<li>1</li>
<li>2</li>
</ol>
</details>