DDeepin Developerfeat: Init commit
c00a7df1创建于 2022年9月22日历史提交
#
# Minimal "Hello World" application with template for profiling
#
use Mojolicious::Lite;

get '/hello';

app->start;
__DATA__

@@ hello.html.ep
Hello <%= 'World!' %>