This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jeremy
/
advent-of-code-2023
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Day 2: Empty line
master
Jeremy Soumokil
2 years ago
parent
973b2febb0
commit
dbcdfb83fc
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/main/kotlin/day2/Day2.kt
+ 0
- 1
src/main/kotlin/day2/Day2.kt
View File
@ -22,7 +22,6 @@ object Day2 {
data
class
Game
(
val
id
:
Int
,
val
hands
:
List
<
Hand
>
)
{
fun
isCompatibleWith
(
hand
:
Hand
)
=
hand
.
fitsIn
(
maxOfHands
(
)
)
Write
Preview
Loading…
Cancel
Save