This program takes a list of timestamps, calculates the differences in time between the given timestamps, and outputs the result.
- nasm
- gcc
- make
Ubuntu:
sudo apt install make nasm
git clone https://github.com/baldur132/Sysprog-TIT20.git
cd Sysprog-TIT20/pe2022/
make
Normal Usage:
cd pe2022/
make
cat eingabe.txt | ./timediff
List Unit Test:
cd pe2022/
make
./list_test