Merge pull request #459 from Shmakov/master

"Hello, World!" in Parser
This commit is contained in:
Mike Donaghy
2018-07-16 12:09:28 -05:00
committed by GitHub

4
p/parser.p Normal file
View File

@@ -0,0 +1,4 @@
@main[]
^rem{Will print "Hello, World!" when run as CGI script}
$hello[Hello, World!]
$result[$hello]