mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2024-11-06 13:25:52 -05:00
7 lines
73 B
Go
7 lines
73 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Hello, world.")
|
||
|
}
|