diff options
Diffstat (limited to 'files/practicum/Cijferreeks.icl')
-rw-r--r-- | files/practicum/Cijferreeks.icl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/practicum/Cijferreeks.icl b/files/practicum/Cijferreeks.icl deleted file mode 100644 index 1232ea2..0000000 --- a/files/practicum/Cijferreeks.icl +++ /dev/null @@ -1,8 +0,0 @@ -module Cijferreeks
-
-import StdEnv
-
-Start = charsInt ['3210'] == 3210 // het resultaat moet True zijn
-
-charsInt :: ([Char] -> Int)
-charsInt ...
|