From 9479246f4b93ddd36e18d65d0ca8c31f52d52177 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 15 Apr 2018 17:28:22 +0200 Subject: [PATCH] Delete README.org --- README.org | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 README.org diff --git a/README.org b/README.org deleted file mode 100644 index aceecf0..0000000 --- a/README.org +++ /dev/null @@ -1,7 +0,0 @@ -[[https://travis-ci.org/Phundrak/lzw-assignment][https://travis-ci.org/Phundrak/lzw-assignment.svg?branch=master]] [[http://spacemacs.org][file:https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg]] - -* LZW Compressing tool - -This is a university assignment for which I aim to create an LZW algorithm implementation to create a small tool similar to =gzip= and =gunzip= that can compress and uncompress files in a lossless fashion. - -This project is written is C++17, compiled with clang under a UNIX environment. Other compilers and environments will not be tested.