summaryrefslogtreecommitdiff
path: root/files/practicum/Twice.icl
blob: 7602d7aa2503d5f022247da9d2a78656d88293bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
        )