RosettaCodeData/Task/Hello-world-Web-server/AntLang/hello-world-web-server-2.antlang

3 lines
72 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
load["handlers.ant"]
serv: httprun[8080; {httpwrap["Goodbye, World!"]}]