From 65c3b5e5604cbfcc518de2b9c9fb452fe1069fd8 Mon Sep 17 00:00:00 2001 From: Thomas Cutts <tomcutts@Thomass-MacBook-Pro.local> Date: Tue, 22 Jun 2021 16:04:08 +0100 Subject: [PATCH] Updated the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ada9e4e..b459db1 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ This is an exercise from https://www.cis.upenn.edu/~cis194/spring13/hw/01-intro. I have written a rudimentary checksum formula which could be used to validate credit card numbers. To compile: ghc -o egOutputFile homework1.hs + To run: ./egOutputFile -- GitLab