From d40b44509176a5d6c41f6dacf47f7e76b2a069fa Mon Sep 17 00:00:00 2001 From: Nikolay Date: Mon, 4 Jun 2018 11:43:59 -0700 Subject: [PATCH] "Hello, World!" in Parser added --- p/parser.p | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 p/parser.p diff --git a/p/parser.p b/p/parser.p new file mode 100644 index 00000000..3e3c3379 --- /dev/null +++ b/p/parser.p @@ -0,0 +1,4 @@ +@main[] + ^rem{Will print "Hello, World!" when run as CGI script} + $hello[Hello, World!] + $result[$hello]