diff --git a/3-99 Research/Haskell/Chapter 1 - Introduction.md b/3-99 Research/Haskell/Chapter 1 - Introduction.md index 7a1f00f4..115a21b5 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 00000000..e69de29b