autoclick/autoclick.go

10 lines
107 B
Go

package main
import (
"gogs.davte.it/Davte/autoclick/helper"
)
func main() {
helper.RunAutoClicker()
}