Categorize files based on the first letter
This commit is contained in:
5
d/dylan.dl
Normal file
5
d/dylan.dl
Normal file
@@ -0,0 +1,5 @@
|
||||
define method main (#rest args)
|
||||
princ("Hello world!");
|
||||
end;
|
||||
|
||||
main();
|
||||
Reference in New Issue
Block a user