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

8 lines
74 B
Go

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