redox/recipes/tests/hello-redox/files/test.go
2025-12-15 20:00:27 +07:00

8 lines
77 B
Go

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