mirror of
https://codeberg.org/actions/go-versions.git
synced 2024-01-07 17:16:09 +00:00
7 lines
73 B
Go
7 lines
73 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello, world.")
|
|
} |