From cbfdd589185f2e68e08b3542e519cd35578e7724 Mon Sep 17 00:00:00 2001 From: Alexander Pankoff Date: Mon, 5 Oct 2020 14:14:03 +0200 Subject: reset README --- challenge-081/alexander-pankoff/README | 9 --------- 1 file changed, 9 deletions(-) diff --git a/challenge-081/alexander-pankoff/README b/challenge-081/alexander-pankoff/README index a74e2fd1ec..41f67807ac 100644 --- a/challenge-081/alexander-pankoff/README +++ b/challenge-081/alexander-pankoff/README @@ -1,10 +1 @@ Solution by Alexander Pankoff - -# Run the Haskell solution - -With a `ghc` installation you can run the haskell solution with `runghc` - -``` -$ runghc haskell/ch-1.hs 1 2 3 -1 4 -5 -``` -- cgit