Files
fx-serverless/test/functions/func.cr

4 lines
32 B
Crystal

def fx(ctx)
"hello world"
end