9 lines
116 B
CoffeeScript
9 lines
116 B
CoffeeScript
|
cylon = require('..')
|
||
|
|
||
|
cylon.robot
|
||
|
work: ->
|
||
|
every 1.second(), ->
|
||
|
Logger.info("hello, human!")
|
||
|
|
||
|
.start()
|