mirror of
https://github.com/inpharmaticist/inpharmaticist.github.io.git
synced 2026-04-26 08:44:03 +00:00
226 B
226 B
title, next
| title | next |
|---|---|
| Documentation | first-page |
This is a demo of the theme's documentation layout.
Hello, World!
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}