changeset 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 ed611531a49b
children e5dadeae47cc
files test/mapTest.k
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/mapTest.k	Sun May 27 21:03:18 2012 +0900
@@ -0,0 +1,8 @@
+void main(String[] args)
+{
+    Map<String,String> values = {};
+    values["name"] = "naruto";
+    values["friend"] = "sasuke";
+    
+
+}
\ No newline at end of file