mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-09-01 04:50:39 +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