Files
htmx/main.go
2024-02-22 09:40:41 -06:00

8 lines
72 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}