From b1c403f6b913d0ac416efffba8e563ab6a24fa9b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 4 Aug 2020 16:36:31 +0100 Subject: Create small command line program that parses arguments Before starting my take-home assignment, the instructions advised me to create a "Hello, world" program in the language of my choice. Since I'm choosing Haskell, I created this example as my starter boilerplate. --- scratch/brilliant/.ghci | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scratch/brilliant/.ghci (limited to 'scratch/brilliant/.ghci') diff --git a/scratch/brilliant/.ghci b/scratch/brilliant/.ghci new file mode 100644 index 000000000000..efc88e630ccb --- /dev/null +++ b/scratch/brilliant/.ghci @@ -0,0 +1,2 @@ +:set prompt "> " +:set -Wall -- cgit 1.4.1