aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 17:45:00 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 17:45:00 +0200
commitf9e722f3056a4896a5ac19e4392653ef92c97e65 (patch)
tree86744916d8e31b6f12d5567601431ebfee234f26 /README.md
parent5a2665c21b511ef90967af053f6a1d504b78afff (diff)
downloadcstructures-f9e722f3056a4896a5ac19e4392653ef92c97e65.tar.gz
cstructures-f9e722f3056a4896a5ac19e4392653ef92c97e65.tar.zst
cstructures-f9e722f3056a4896a5ac19e4392653ef92c97e65.zip
Add Readme and LicenseHEADmaster
Fix Makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
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