Files
schedtxt_auth/main.go
T
2025-07-27 15:49:34 -04:00

10 lines
78 B
Go

package main
import "fmt"
func main() {
fmt.Println("textsender-auth")
}