This is the README file for the demo project in the lecture.
This program reads a number from the keyboard and prints its reverse.
This file is written in Markdown format.
Compile and run with:
make
make run
Type an integer to get its reverse. Leading zeroes are discarded.
To run the tests, use:
make test
The kanban board can be accessed here.