3 lines
64 B
CoffeeScript
3 lines
64 B
CoffeeScript
|
# Splats:
|
||
|
race = (winner, runners...) ->
|
||
|
print winner, runners
|