1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-06-10 20:42:23 +02:00
go-versions/tests/source/simple/simple.go

7 lines
73 B
Go
Raw Normal View History

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