12 lines
194 B
Markdown
12 lines
194 B
Markdown
---
|
|
permalink: '/hello-world'
|
|
---
|
|
|
|
### Oh, another hello world thingy
|
|
|
|
Yes, yet another blog. Hopefully this one sticks.
|
|
|
|
``` javascript
|
|
// here's some code
|
|
console.log("here's some code");
|
|
```
|