import OiMundo.*;

public class HelloWorldBis {
public static void main ( String args[] ) {
  OiMundo om;
  om = new OiMundo();
  om.ImpMsg();
 }
}
