diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 17:45:00 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-04-13 17:45:00 +0200 |
| commit | f9e722f3056a4896a5ac19e4392653ef92c97e65 (patch) | |
| tree | 86744916d8e31b6f12d5567601431ebfee234f26 /README.md | |
| parent | 5a2665c21b511ef90967af053f6a1d504b78afff (diff) | |
| download | cstructures-f9e722f3056a4896a5ac19e4392653ef92c97e65.tar.gz cstructures-f9e722f3056a4896a5ac19e4392653ef92c97e65.tar.zst cstructures-f9e722f3056a4896a5ac19e4392653ef92c97e65.zip | |
Fix Makefile
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1abb619 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Graph, stack and queue data structures implemented in C +Run `make` to build and then `target/bin/main` to run program |
