mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-09-03 22:00:40 +00:00
tempalte for readme
This commit is contained in:
15
_templates/riddle/new/readme.ejs.t
Normal file
15
_templates/riddle/new/readme.ejs.t
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
to: <%= year %>/<%= day %>/README.md
|
||||||
|
---
|
||||||
|
|
||||||
|
# <%= day %>
|
||||||
|
|
||||||
|
Description
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Solutions</summary>
|
||||||
|
<ol>
|
||||||
|
<li>1</li>
|
||||||
|
<li>2</li>
|
||||||
|
</ol>
|
||||||
|
</details>
|
Reference in New Issue
Block a user