package main

import "C"
import (
	"fmt"
)

func main() {
	fmt.Println("init clash")
}