Newer
Older
prerequise:
- gcc
- make
To launch the program:
- download the project
- open the project directory with terminal
- Enter the following commands:
make fact
./ fact your_input_filename your_output_filename
The output file will appear in the project file directory.