From ec3d214877720ae9619a081fa4016e893ad03651 Mon Sep 17 00:00:00 2001 From: bcnjr5 Date: Mon, 27 May 2013 22:42:36 -0300 Subject: [PATCH] Added HOP Unknown extension. --- h/HOP | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 h/HOP diff --git a/h/HOP b/h/HOP new file mode 100644 index 000000000..dea928968 --- /dev/null +++ b/h/HOP @@ -0,0 +1,6 @@ +(define-service (hello-world) + ( + ( + ( "Hello, world!")) + (<BODY> + "Hello, world!")))