adventofcode/_templates/day/new/hello.ejs.t

14 lines
170 B
Perl
Raw Normal View History

2022-12-08 15:15:42 +00:00
---
to: app/hello.js
---
const hello = ```
Hello!
This is your first hygen template.
Learn what it can do here:
https://github.com/jondot/hygen
```
console.log(hello)