Files
AstralCalendar/main.go
T
2026-07-24 20:42:41 -07:00

10 lines
90 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world from golang")
}