Files
Yann Ahlgrim 5b8a738f2d init problem
2026-03-31 15:41:49 +02:00

9 lines
66 B
Go

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