sln_2023_07
Copyright(c) Eric Mertens 2023
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Main

Description

https://adventofcode.com/2023/day/7

Sort the hands of a poker-like card game and compute the resulting winnings.

>>> :{
:main +
"32T3K 765
T55J5 684
KK677 28
KTJJT 220
QQQJA 483
"
:}
6440
5905
Synopsis

Documentation

main :: IO () Source #

>>> :main
248422077
249817836