1
0
Fork 0
mirror of https://github.com/actions/go-versions synced 2024-11-08 14:42:37 +00: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.")
}