mirror-nourybot/main.go
2021-09-20 03:45:13 +02:00

7 lines
65 B
Go

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