Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 620 Bytes

File metadata and controls

34 lines (19 loc) · 620 Bytes

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.