Matthew Fisher
7264139b45
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
7 lines
76 B
Go
7 lines
76 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello. World!")
|
|
} |