RosettaCodeData/Task/Runtime-evaluation/PARI-GP/runtime-evaluation.pari

6 lines
56 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
runme(f)={
f()
};
runme( ()->print("Hello world!") )