]> git.lizzy.rs Git - cclosure.git/commitdiff
Create README.md
authorElias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com>
Mon, 16 May 2022 09:57:18 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 09:57:18 +0000 (11:57 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..ce075d0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# cclosure
+An experiment that adds closures to C. Works on Linux x86-64 GCC. It's a bad idea to use this in practice; this is merely a proof of concept.