diff options
author | Adam <adam@adambard.com> | 2013-06-30 14:50:51 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-06-30 14:50:51 -0700 |
commit | bc0f1fca6c5f248257993e7bc80bf2d54652b7aa (patch) | |
tree | eda68d6bffd9f125b98b79cf6b8014425492e0d0 /haskell.html.markdown | |
parent | dbc1d70a01bf121580a3da44ce930f3fa0f16815 (diff) |
Removed filename from haskell tutorial (file is not executable)
Diffstat (limited to 'haskell.html.markdown')
-rw-r--r-- | haskell.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/haskell.html.markdown b/haskell.html.markdown index 7158e2aa..2437ceed 100644 --- a/haskell.html.markdown +++ b/haskell.html.markdown @@ -2,7 +2,6 @@ language: haskell author: Adit Bhargava author_url: http://adit.io -filename: learnhaskell.hs --- Haskell was designed as a practical, purely functional programming language. It's famous for |