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

17 lines
178 B
Perl
Raw Normal View History

2021-12-01 13:54:50 +00:00
---
2023-11-18 16:06:39 +00:00
to: <%= dir %>/README.md
2023-11-01 23:23:17 +00:00
unless_exists: true
2021-12-01 13:54:50 +00:00
---
# <%= day %>
Description
<details>
<summary>Solutions</summary>
<ol>
<li>1</li>
<li>2</li>
</ol>
</details>