fork download
  1. def mapa=['Lodz':737000 , 'Warszawa':172000 , 'Krakow':756000]
  2. mapa.each {
  3. println it.key, +
  4. println it.value
  5. }
  6.  
  7.  
  8.  
Runtime error #stdin #stdout 0.92s 219136KB
stdin
Standard input is empty
stdout
Standard output is empty