begin int main() is int a = 5 ; string b = "Hello" ; return a + b end int result = call main() ; exit result end