diff --git a/3-99 Research/Haskell/Chapter 1 - Introduction.md b/3-99 Research/Haskell/Chapter 1 - Introduction.md index 7a1f00f43..115a21b5f 100644 --- a/3-99 Research/Haskell/Chapter 1 - Introduction.md +++ b/3-99 Research/Haskell/Chapter 1 - Introduction.md @@ -21,3 +21,4 @@ A Haskell compiler! The recommended one is GHC. GHC can compile code but it can also run from the prompt interactively, by running 'ghci'. You can list functions from the current folder using ':l filename'. The file can be reloaded using ':r' [^1]: not really Rust, because I believe Rust has functional programming support. + diff --git a/3-99 Research/Haskell/main.hs b/3-99 Research/Haskell/main.hs new file mode 100644 index 000000000..e69de29bb