1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-06-10 04:22:23 +02:00
go-versions/tests/source/simple/simple.go
2020-06-09 22:52:06 +03:00

7 lines
No EOL
73 B
Go

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