Files
fx-serverless/examples/functions/demo/fx.cr
Minghe Huang fbb33e444b for demo
2020-10-13 19:52:17 +08:00

4 lines
41 B
Crystal
Vendored

def fx(ctx)
"hello world, crystal"
end