Golang Power

// x^y
int(math.Pow(x, y))
Dopey Diplodocus