summaryrefslogtreecommitdiff
path: root/base64
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-17 11:18:54 +0100
committerMiguel <m.i@gmx.at>2019-03-17 11:18:54 +0100
commitc535782a82dbcae9cc012301e706b4d2d9913876 (patch)
tree05a338e79934defb010342a0f3f134a9ac1895b6 /base64
parentb423baf7176808b134ca45a6b19a990530853785 (diff)
add base64 readme
Diffstat (limited to 'base64')
-rw-r--r--base64/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/base64/README b/base64/README
new file mode 100644
index 0000000..0c59eb4
--- /dev/null
+++ b/base64/README
@@ -0,0 +1,2 @@
+This directory contains some experiments on my quest for a balanced haskell
+solution for base64 encoding looking for speed and elegance.