Now write your testing code and save it in world's parent
directory

import world.*;
public class TestPack
{
public static void main(String[] args)
{
MathTesting mt = new MathTesting();
System.out.println("Got it from world Test Pack\t"+ mt.method(12));
}
}
Compiled as

