main.go 64 B

12345678
  1. package main
  2. func main() {
  3. coinInit()
  4. coinStart()
  5. return
  6. }