fun main() -> int@ { let x = 2; let y = 3; return x + y - 5; }