3 lines
72 B
Plaintext
3 lines
72 B
Plaintext
|
:coffeescript
|
||
|
race = (winner, runners...) ->
|
||
|
print winner, runners
|