You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main = putStr "Enter the day you'd like to run: " >> readInt <$> getLine >>= \day -> putStr "Enter the part you'd like to run: " >> readInt <$> getLine >>= \part -> runDay (findDay day) (part == 1)