blob: 7602d7aa2503d5f022247da9d2a78656d88293bc (
plain) (
tree)
|
|
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
)
|