Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 721 Bytes

Questions on Terminal

Preparing for an oral exam but not sure how to review all the topics? Try this tool!

How to use

  1. Install Java.

  2. Download the questions-on-terminal.jar file from the releases.

  3. In the same folder as the downloaded file, create a questions.txt file.

  4. Populate the text file with a question per line.

  5. Open a terminal and write

     java -jar questions-on-terminal.jar
    

Tricks

  • Put a "P " in front of your question if proof is required.
  • Place "Top " in front of your question to divide your topics in a fashionable way.

How to compile

  1. Install Java (both JRE and JDK).
  2. Clone the repository.
  3. Open a terminal and write javac Ask.java.
  4. To run: java Ask.