Added Automake code build system and .gitignore.
[aho.git] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..c603ba8
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+This program was made by me to pass one of courses on my former University.
+It was originally written in C++, but I've decided to rewrite it to the plain C.
+As I'm the original author and owner of this code I make it public for everyone.
+I hope that it will be useful for you.
+
+Description
+-----------
+Aho-Corasick library, search for given words using the fastest algorithm on Earth.