Skip to content

Instantly share code, notes, and snippets.

@Kwisses
Kwisses / ChatBot.java
Created July 1, 2017 02:49
ChatBot - [Java]
package chatbot;
/*
* ChatBot is a simple chat bot that takes
* console input and outputs preprogrammed
* responses which are found in the separate
* responses.txt file.
*/
import java.io.*;