GoCalTui/main.go
2025-06-27 15:06:03 -04:00

8 lines
82 B
Go

// main.go
package main
import "fmt"
func main() {
fmt.Println("Hello, Go!")
}