Files
fx-serverless/test/functions/func.pl
2020-04-10 18:29:47 +08:00

6 lines
35 B
Perl

sub fx {
return 'hello fx'
}
1;