actions_test/app.go
2024-03-01 21:26:47 -06:00

7 lines
76 B
Go

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