tangled
alpha
login
or
join now
eldridge.cam
/
advent-of-code
2
fork
atom
Advent of Code solutions
2
fork
atom
overview
issues
pulls
pipelines
adjusting 2021
eldridge.cam
1 year ago
795e6aee
f293a20a
-4
4 changed files
expand all
collapse all
unified
split
2021
2
p1.pl
p2.pl
4
p1.pl
p2.pl
2021/2/p1.pl
2021/2/p2.pl
-2
2021/4/p1.pl
···
133
133
input(Calls, Boards),
134
134
winner(Calls, Boards-[], Score),
135
135
write(Score), write("\n").
136
136
-
137
137
-
:- main.
-2
2021/4/p2.pl
···
135
135
input(Calls, Boards),
136
136
loser(Calls, Boards-[], Score),
137
137
write(Score), write("\n").
138
138
-
139
139
-
:- main.