From 89bc82d9df5e09f057f4bc341d0f0c0e2a3548ae Mon Sep 17 00:00:00 2001 From: Adam Ferguson Date: Thu, 16 May 2013 13:21:58 -0400 Subject: [PATCH] Add samples for Jade and Scaml --- samples/Jade/hello.jade | 3 +++ samples/Scaml/hello.scaml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 samples/Jade/hello.jade create mode 100644 samples/Scaml/hello.scaml diff --git a/samples/Jade/hello.jade b/samples/Jade/hello.jade new file mode 100644 index 00000000..32c72739 --- /dev/null +++ b/samples/Jade/hello.jade @@ -0,0 +1,3 @@ +p. + Hello, + World! diff --git a/samples/Scaml/hello.scaml b/samples/Scaml/hello.scaml new file mode 100644 index 00000000..accbf543 --- /dev/null +++ b/samples/Scaml/hello.scaml @@ -0,0 +1,3 @@ +%p + Hello, + World!