view test/mapTest.k @ 7:04447797b5df

add mapTest.k
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sun, 27 May 2012 21:03:18 +0900
parents
children
line wrap: on
line source

void main(String[] args)
{
    Map<String,String> values = {};
    values["name"] = "naruto";
    values["friend"] = "sasuke";
    

}