diff options
Diffstat (limited to 'files/practicum/Zinspelingen.icl')
-rw-r--r-- | files/practicum/Zinspelingen.icl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/practicum/Zinspelingen.icl b/files/practicum/Zinspelingen.icl new file mode 100644 index 0000000..633892b --- /dev/null +++ b/files/practicum/Zinspelingen.icl @@ -0,0 +1,6 @@ +implementation module Zinspelingen
+
+import StdEnv, Firsts, Frags, Subs, Perms, Words
+
+Start :: *World -> ...
+Start world = ...
|