From a7d7542dc646a5fd124ef71e71ce260889f1701b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 2 Feb 2016 19:24:50 +0100 Subject: Moved to 1415 directory --- files/practicum/Twice.icl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 files/practicum/Twice.icl (limited to 'files/practicum/Twice.icl') diff --git a/files/practicum/Twice.icl b/files/practicum/Twice.icl deleted file mode 100644 index 7602d7a..0000000 --- a/files/practicum/Twice.icl +++ /dev/null @@ -1,12 +0,0 @@ -module Twice - -// Zet de Maximum Heap Size *en* de Stack Size beide op 1M. - -import StdEnv - -Start = ( inc 0 - , twice inc 0 - , twice twice inc 0 - , twice twice twice inc 0 - , twice twice twice twice inc 0 - ) -- cgit v1.2.3