main.go 87 B

12345678910
  1. package main
  2. import "C"
  3. import (
  4. "fmt"
  5. )
  6. func main() {
  7. fmt.Println("init clash")
  8. }