
# make and run jims_example

gcc -g -msupersparc -lm jims_example.c -o jims_example
rm -rf example.out
jims_example > example.out
