package main import ( solutions "../../solutions" "fmt" ) func main() { fmt.Println(solutions.AtoiBase("111", "01")) }