public class OiMundo {
public void ImpMsg() {
  System.out.println("Oi todo mundo !!");
 }
}
