cylon/examples/hello.coffee

9 lines
116 B
CoffeeScript
Raw Normal View History

cylon = require('..')
cylon.robot
work: ->
every 1.second(), ->
Logger.info("hello, human!")
.start()