> Dear
>sir,
> sharman singh sengar who is calld by Gameloft
> company to solve a task about java puyo-puyo
> game.plz help me to send the coding of java
> puyo-puyo game.
> hankx
> sharman singh
Ahahahahahahaha!!!!! LMAO!!!
This is the best laugh I had in ages!!! Ahahahahaha!!!
To all,
I have teh codez!!!
import java.util.*;
public class TehCodez {
public static void main(String[] tartar) {
HashMap tehDates = new HashMap();
tehDates.put(new Integer(2), "u");
tehDates.put(new Integer(4), "k");
tehDates.put(new Integer(1), "F");
tehDates.put(new Integer(7), "o");
tehDates.put(new Integer(5), " ");
tehDates.put(new Integer(8), "u");
tehDates.put(new Integer(6), "y");
tehDates.put(new Integer(3), "c");
for (int i = 1; i <= tehDates.size(); i++) {
System.out.print(tehDates.get(new Integer(i)));
}
}
}