aboutsummaryrefslogtreecommitdiffstats
path: root/compressc.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-05-24 13:05:18 +0100
committerEliteTK <tomasz.kramkowski@gmail.com>2014-05-24 13:05:18 +0100
commit39c3721ca16d2dfdbd8e5488e7d1f57a6d54310e (patch)
treefcec9d101136a5b004ffc3fc1cc6a66dc848a6e5 /compressc.c
parent5bbcb1f542c239ce1e9b5a7d3c7214a7bf001d6a (diff)
parenta530bad7a6ea2778129db0dc26c446d9f6df6ddd (diff)
downloadc-stuff-39c3721ca16d2dfdbd8e5488e7d1f57a6d54310e.tar.gz
c-stuff-39c3721ca16d2dfdbd8e5488e7d1f57a6d54310e.tar.xz
c-stuff-39c3721ca16d2dfdbd8e5488e7d1f57a6d54310e.zip
Merge branch 'master' of https://github.com/EliteTK/c-stuff
Merge
Diffstat (limited to 'compressc.c')
-rw-r--r--compressc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/compressc.c b/compressc.c
new file mode 100644
index 0000000..e8f0f63
--- /dev/null
+++ b/compressc.c
@@ -0,0 +1,5 @@
+#include<stdio.h>
+
+int main(void) {
+ printf("WIP\n");
+}