jth-computing / tmuk-demo

Demonstration for the TMUK module
0 stars 1 forks source link

Demo project for TMUK

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.

Compiling and Running

Compile and run with:

make
make run

Type an integer to get its reverse. Leading zeroes are discarded.

Running the tests

To run the tests, use:

make test

Kanban board

The kanban board can be accessed here.