func main() { println("Hello world"); } func add(a int, b int) int { return a + b }