package main // Add return a + b func Add(a, b int) int { return a + b }