advent-of-code/_templates/riddle/new
cupcakearmy 8b3fe11f20
template
2021-12-07 12:13:33 +01:00
..
input.txt.t template 2021-12-07 10:20:19 +01:00
python.ejs.t template 2021-12-07 12:13:33 +01:00
readme.ejs.t tempalte for readme 2021-12-01 14:54:50 +01:00
test.txt.t template 2021-12-07 10:20:19 +01:00

readme.ejs.t

---
to: <%= year %>/<%= day %>/README.md
---

# <%= day %>

Description

<details>
  <summary>Solutions</summary>
  <ol>
    <li>1</li>
    <li>2</li>
  </ol>
</details>