mirror of
https://github.com/actions/go-versions
synced 2024-11-08 14:42:37 +00:00
7 lines
No EOL
73 B
Go
7 lines
No EOL
73 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello, world.")
|
|
} |