Simple class

BoTTom |
class Simple
{
    static void methode ()
    {
       System.out.println ("Simple method");
    }
}




©AF400