5 lines
64 B
CoffeeScript
5 lines
64 B
CoffeeScript
|
j = 0
|
||
|
j += i for i in [0..5]
|
||
|
|
||
|
exports.name = "mock_coffee_#{j}"
|