mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2025-02-21 07:22:50 -05: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.")
|
|
} |