
4 changed files with 24 additions and 13 deletions
@ -1,3 +1,5 @@ |
|||
_"hello" |
|||
_"hi" |
|||
_"hola" |
|||
function return_hellos(req) |
|||
(_"hello", |
|||
_"hi", |
|||
_"hola") |
|||
end |
|||
|
@ -1,3 +1,3 @@ |
|||
_"first" |
|||
_"second" |
|||
_"third" |
|||
function print_numbers(req) |
|||
println.([_"first", _"second", _"third"]) |
|||
end |
|||
|
Loading…
Reference in new issue