c Compiled language. Install If you are running a Linux or Unix distro there will be a c compiler installed, usually gcc Compile / interpret # source in fn.c # compile gcc fn.c -o fn # run ./fn See this file for runtime output Reference(s) https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html Learning