HwidBot/main.go
2024-07-06 16:18:05 +02:00

10 lines
72 B
Go

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