Added a shell script that can be used to run Valgrind on Fur programs
[fur] / examples / 07_power.fur
1 print(pow(3, 4))