Files
cabletest/main.go
T
2026-07-25 17:24:29 -07:00

8 lines
74 B
Go

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