Files
cabletest/main.go
T
flamingcowandClaude Opus 5 5fb675a2d6 Initial commit: hello world
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-25 17:22:04 -07:00

8 lines
74 B
Go

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