Go to file
Racoonicorn 55d0f73cf1 Linked lists 2017-01-11 23:03:03 +01:00
.gitignore Initial commit 2016-12-18 22:32:51 +01:00
LICENSE Initial commit 2016-12-18 22:32:51 +01:00
README.md Update README.md 2016-12-27 13:59:04 +01:00
Roofus.c Linked lists 2017-01-11 23:03:03 +01:00
default.nix nix: add default.nix (to compile with nix-shell) 2016-12-26 16:42:28 +01:00

README.md

Roofus.c

Delete numbers on the table by moving the pointer.

That's all you need to know.

How to compile

Current version requires ncures (checkout the no-ncurses branch with git checkout no-ncurses if you don't want it).

Add the path to your LD_LIBRARY_PATH and then compile with the flag -lncurses

ubuntu example:

(as root) apt-get install ncurses-dev

(compile) gcc ./Roofus.c -o roofus -lncurses