package m2test; public class Simple { public int sum(int a, int b) { return a+b; } }