Files
rt/main.go
2025-12-13 15:20:41 -05:00

8 lines
65 B
Go

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