1 2 3 4 5 6 7 8 9 10 11 12
return_4():int { return 4 } main():int { return return_4() } //@PRACOWNIA //@out Exit code: 4