package nl.han.ddoa.dda.example.base.dating; /** * @author rodmidde * * 1) implement the Runnable interface * 2) let the run method print numbers from 1 to 100000 */ public class EvenGetallen { }