14 lines
170 B
Perl
14 lines
170 B
Perl
|
---
|
||
|
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)
|