3 lines
42 B
CoffeeScript
3 lines
42 B
CoffeeScript
process.nextTick ->
|
|
console.log 'eyo'
|
process.nextTick ->
|
|
console.log 'eyo'
|