From 5f0a58d74c0e25d09d3cc8c84fc70f04a405ea47 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 19 Feb 2025 11:40:04 -0500 Subject: [PATCH] vault backup: 2025-02-19 11:40:04 --- 3-99 Research/Haskell/Chapter 1 - Introduction.md | 1 + 3-99 Research/Haskell/main.hs | 0 2 files changed, 1 insertion(+) create mode 100644 3-99 Research/Haskell/main.hs 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