Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 614 Bytes

My AI Java

简体中文

This is a simple AI implementation with Java.

It can write simple code, greeting to you, answer you some questions and say goodbye.

How to use

  1. Download the source code.
  2. Run the command javac Main.java to compile the code.
  3. Run the command java Main to run the code.

Features

  • Greeting
  • Answer simple questions
  • Say goodbye
  • Write some simple code in some languages
  • Translation

In the Running

  1. Input the username
  2. Input the session id, i.e. what you want call the session
  3. Ask questions and wait for answer!