From 8c1193fece01bb80e86d8cc36efcf8820a6ccb46 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 16 Dec 2020 12:57:38 +0530 Subject: format * --- execs/Day05.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'execs/Day05.hs') diff --git a/execs/Day05.hs b/execs/Day05.hs index a47c024..40965ec 100644 --- a/execs/Day05.hs +++ b/execs/Day05.hs @@ -1,8 +1,8 @@ module Main where -import Data.Char (digitToInt) -import Data.List (sort) -import Utils (binaryToInt) +import Data.Char (digitToInt) +import Data.List (sort) +import Utils (binaryToInt) doValidate = binaryToInt . map readBin readBin s | s `elem` "FL" = '0' -- cgit v1.2.3