Skip to content

Commit

Permalink
Added dylan
Browse files Browse the repository at this point in the history
  • Loading branch information
leachim6 committed Jul 15, 2008
1 parent fc30b9b commit c188776
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.swp*
*tmp*
*swp*
*~
5 changes: 5 additions & 0 deletions dylan.dl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
define method main (#rest args)
princ("Hello world!");
end;

main();

0 comments on commit c188776

Please sign in to comment.