Package ass3.program

Source Code of ass3.program.Console

package ass3.program;

import ass3.program.core.Chatter;

public class Console {

  public static void main(String[] args) {
    Chatter chatter = new Chatter();
  }

}
TOP

Related Classes of ass3.program.Console

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.