Files
yt-dlp-bot/app/main.go
2026-01-21 14:15:59 -05:00

7 lines
73 B
Go

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