Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 541 Bytes

Ramanujan-Tables

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.

Installation

Clone this repository in GitHub or download the repository as a zip.

Download and install the GNU C Compiler and the standard C libaries.

Usage

Compile the files using GCC:

gcc -o ramtable.o -ansi -Wall main.c

Then run the executable in a shell window:

./ramtable.o