diff options
Diffstat (limited to 'files/practicum/Flipper.icl')
-rw-r--r-- | files/practicum/Flipper.icl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/practicum/Flipper.icl b/files/practicum/Flipper.icl deleted file mode 100644 index 213248a..0000000 --- a/files/practicum/Flipper.icl +++ /dev/null @@ -1,8 +0,0 @@ -module Flipper
-
-import StdEnv
-
-Start = ( (+) 4 2, flip (+) 4 2 )
-Start = ( (-) 4 2, flip (-) 4 2 )
-Start = ( (*) 4 2, flip (*) 4 2 )
-Start = ( (/) 4 2, flip (/) 4 2 )
|