From 8f0a3fdaef2657aba359fa522d33339c58b8e313 Mon Sep 17 00:00:00 2001 From: wes Date: Sat, 1 Jul 2017 12:27:28 -0400 Subject: [PATCH] readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8915a9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +This is a collection of solutions to common interview problems, written in +Python and Haskell. These are just ones that I've come across or that I've seen +as popular questions. Pull requests are much appreciated!