Add samples for Jade and Scaml

This commit is contained in:
Adam Ferguson
2013-05-16 13:21:58 -04:00
parent 30aa3fd5d6
commit 89bc82d9df
2 changed files with 6 additions and 0 deletions

3
samples/Jade/hello.jade Normal file
View File

@@ -0,0 +1,3 @@
p.
Hello,
World!

View File

@@ -0,0 +1,3 @@
%p
Hello,
World!