Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 354 Bytes

Cube

Obfuscated C program rotating a cube in the terminal, but not obfuscated enough (I think) to compete in IOCCC according to the fourth goal: "To illustrate some of the subtleties of the C language".

To build:

gcc cube.c -lm -o cube

To use:

./cube

Image:

Cube screenshot