package mrjeffjohnston;

public class Dummy {

    public int five() {
        return 5;
    }
}

