Files
simple-go-action/main.go
2026-02-13 13:28:32 -05:00

8 lines
72 B
Go

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