public interface EksempelInterface { String skrivHilsen(); int regnUt(int t1, int t2); }