Add actual description of the project in the README

This commit is contained in:
Jose
2025-12-29 09:26:31 +01:00
parent a680d83b4e
commit 8820591b3d

View File

@@ -1,3 +1,16 @@
# graphs # What is graphs?
Graphs playground for me to satiate both my graph theory and low level programming needs. 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)_