proc add(x int, y int) -> int { return a + b; } proc main() -> int { result := add(2, 2); print(result); }