4 lines
83 B
Text
4 lines
83 B
Text
|
|
inline(func);
|
||
|
|
func(n)=print(["Enjoy","Rosetta","Code"][n]);
|
||
|
|
parapply(func,[1..3]);
|