RosettaCodeData/Task/Runtime-evaluation/PARI-GP/runtime-evaluation.parigp
2023-07-01 13:44:08 -04:00

5 lines
56 B
Text

runme(f)={
f()
};
runme( ()->print("Hello world!") )