You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Racoonicorn 55d0f73cf1 Linked lists 6 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Update README.md 7 years ago
Roofus.c Linked lists 6 years ago
default.nix nix: add default.nix (to compile with nix-shell) 7 years ago

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