actions_test/app.go
Matthew Fisher 7264139b45
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Update app.go
2024-03-01 21:35:33 -06:00

7 lines
76 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello. World!")
}