package com.wiley.compbooks.brose.chapter3.hello;

interface GoodDay {

    // method
    public String hello();
}
