1 2 3 4 5 6 7 8 9 10 11
printString(x:int[]) main():int { printString("Wroclaw") return 0 } //@PRACOWNIA //@out Wroclaw //@out Exit code: 0