package org.pimpware; public class Test { public Test() { } public int runme(int a) { return a * a; } }