freed/core/main.go
2023-12-19 23:34:12 +01:00

7 lines
65 B
Go

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