Skip to content

eira132/Sysprog-TIT20

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmentwurf TIT20 2022

This program takes a list of timestamps, calculates the differences in time between the given timestamps, and outputs the result.

dependencies

  • nasm
  • gcc
  • make

installation

Ubuntu:

sudo apt install make nasm
git clone https://github.com/baldur132/Sysprog-TIT20.git
cd Sysprog-TIT20/pe2022/
make

usage

Normal Usage:

cd pe2022/
make
cat eingabe.txt | ./timediff

List Unit Test:

cd pe2022/
make
./list_test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Assembly 90.9%
  • C 6.2%
  • Makefile 2.9%