mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2024-12-22 08:06:25 +00:00
tempalte for readme
This commit is contained in:
parent
14e0622421
commit
5b3454705d
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>
|
Loading…
Reference in New Issue
Block a user