2627282930313233
public static void main(String[] args) throws IOException { System.out.println(new Example().getMessage()); } public String getMessage() throws IOException { ExampleCore exampleCore = new ExampleCoreImpl(); return exampleCore.getMessage(); }