summaryrefslogtreecommitdiff
path: root/files/practicum/BottlesOfBeer.icl
diff options
context:
space:
mode:
Diffstat (limited to 'files/practicum/BottlesOfBeer.icl')
-rw-r--r--files/practicum/BottlesOfBeer.icl11
1 files changed, 0 insertions, 11 deletions
diff --git a/files/practicum/BottlesOfBeer.icl b/files/practicum/BottlesOfBeer.icl
deleted file mode 100644
index 1ebab04..0000000
--- a/files/practicum/BottlesOfBeer.icl
+++ /dev/null
@@ -1,11 +0,0 @@
-module BottlesOfBeer
-
-/* Creeer een applicatie met 'Project:Project Options...' 'Console:Basic Values Only'
-*/
-import StdEnv
-
-Start :: String
-Start = bottles_of_beer ...
-
-bottles_of_beer :: ...
-bottles_of_beer ...