Added dylan

This commit is contained in:
Mike Donaghy
2008-07-15 19:22:40 -04:00
parent fc30b9bb26
commit c188776903
2 changed files with 9 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*.swp*
*tmp*
*swp*
*~

5
dylan.dl Normal file
View File

@@ -0,0 +1,5 @@
define method main (#rest args)
princ("Hello world!");
end;
main();