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

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!")
}