Files
2019-07-31 10:38:38 +02:00

18 lines
205 B
Plaintext

31.7.2019 Wayne Glettig
Implements a simple linked list algorithm with the functions:
* Add Node
* Display whole List
* Remove First Node
* Remove Last Node
---
use:
make
./Test
make clean