Files
inpharmaticist.github.io/content/docs/_index.md
inpharmaticist e65d59dee5 Initial commit
2024-12-24 22:05:13 -08:00

19 lines
226 B
Markdown

---
title: Documentation
next: first-page
---
This is a demo of the theme's documentation layout.
## Hello, World!
```go {filename="main.go"}
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
```