aboutsummaryrefslogtreecommitdiffstats
path: root/compressc.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-26 01:24:20 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-26 01:24:20 +0000
commit41523df2b162a598ed3f668d7c36b901054b122b (patch)
tree5cc3b4a6bf250961b92def41d860d2526d6ff0cb /compressc.c
parentfdd18abebe52d9610d6e613fa92aa376d422e41e (diff)
downloadc-stuff-41523df2b162a598ed3f668d7c36b901054b122b.tar.gz
c-stuff-41523df2b162a598ed3f668d7c36b901054b122b.tar.xz
c-stuff-41523df2b162a598ed3f668d7c36b901054b122b.zip
stuff
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");
+}