fork download
  1. type
  2. Direction = enum
  3. north, east, south, west
  4. BlinkLights = enum
  5. off, on, slowBlink, mediumBlink, fastBlink
  6. type
  7. LightTower = array[1..10, array[north..west, BlinkLights]]
  8.  
Success #stdin #stdout 0s 4536KB
stdin
Standard input is empty
stdout
Standard output is empty