ntfy-bridge/main.go
2023-08-31 18:33:09 +02:00

7 lines
72 B
Go

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