Simple example

Sign in to test your solution.
public class Simple implements SimpleInterface { public int addOne(int i) { // Implementatie !! } }