mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-06-10 20:42:23 +02:00
7 lines
73 B
Go
7 lines
73 B
Go
![]() |
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Hello, world.")
|
||
|
}
|