diff options
Diffstat (limited to 'files/practicum/Echo.icl')
-rw-r--r-- | files/practicum/Echo.icl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/files/practicum/Echo.icl b/files/practicum/Echo.icl deleted file mode 100644 index f612086..0000000 --- a/files/practicum/Echo.icl +++ /dev/null @@ -1,7 +0,0 @@ -module Echo
-
-import StdEnv
-
-Start :: *World -> *World
-Start world
- = ...
|