public interface Driehoeken { /** * Tel het aantal driehoeken in een graaf. */ int tel(long[] graaf); }