Creates a table of Ramanujan numbers based on input in the C language.
Ramanujan numbers are the smallest number expressible as the sum of two cubes in two different ways.
Clone this repository in GitHub or download the repository as a zip.
Download and install the GNU C Compiler and the standard C libaries.
Compile the files using GCC:
gcc -o ramtable.o -ansi -Wall main.c
Then run the executable in a shell window:
./ramtable.o