9511_workbook
solved exercises from algorithms & programming I (9511) prof. Cardozo
Index
Commits
Files
Refs
README
Makefile (78B)
Line numbers
raw
1
clean:
2
find . -name a.out -type f -delete
3
find . -name \*.o -type f -delete