Files
graphs/README.md

16 lines
288 B
Markdown

# What is graphs?
graphs is playground for me to satiate both my graphs theory and low level programming needs.
The entry point of this is `graphs.c`.
## Compiling this bad boi
`git clone <repo-url>`
`cd graphs`
`make`
`./bin/graphs`
_(i plan to hopefully make this a lib someday)_