Added BooScript and Coldfusion

This commit is contained in:
Mike Donaghy
2008-07-15 19:24:00 -04:00
parent c188776903
commit ae99476d21
2 changed files with 3 additions and 0 deletions

1
boo.boo Normal file
View File

@@ -0,0 +1 @@
print "Hello World"

2
coldfusion.cfm Normal file
View File

@@ -0,0 +1,2 @@
<cfset message = "Hello World">
<cfoutput> #message#</cfoutput>