fork download
  1. Map<String, Integer> ageMap = new Map<String, Integer>();
  2. ageMap.put('John', 30);
  3. ageMap.put('Doe', 35);
  4.  
Success #stdin #stdout #stderr 0.01s 7796KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog:1: expected expression