cube shaped C code that outputs a 3d spinning ascii cube
note: you may have to resize your terminal to a resolution of 81x25 to avoid flickering and such
note 2: you may have to link with the C math library while compiling the program for it to compile successfully
compiles cleanly (without warnings) under -Wall -Wextra -Wpedantic
on gcc