Ad

Kumite Experiment!

public class HelloWorld 
{

  public static int Execute()
  {
    System.out.println("My first Kumite");
    return 1;
  }
}