Merge pull request #7 from faisalman/master

Added ActionScript, UNIX Shells, Windoze batch, CoffeeScript, Qu, XQuery, haXe, Objective-J
This commit is contained in:
Mike Donaghy
2011-07-23 21:58:40 -07:00
11 changed files with 36 additions and 0 deletions

1
c/coffeescript.coffee Normal file
View File

@@ -0,0 +1 @@
alert "Hello, World!"

2
c/csh.csh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/csh
echo "Hello, World!"