in _includes/code/hello.rb [0:5]
def main(params = {}) name = params['name'] || 'stranger' greeting = "Hello #{name}!" { "greeting": greeting } end