Files
go-action/main.go
Alex Matsuev 760962759e
Some checks failed
Test Go Action / use-go-action (push) Failing after 0s
Test go action
2025-11-24 01:19:25 +03:00

8 lines
72 B
Go

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