Files
swiftspiracy-bot/cmd/bot/main.go
T
2025-03-08 16:34:22 -05:00

8 lines
73 B
Go

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