Preparing for an oral exam but not sure how to review all the topics? Try this tool!
-
Install Java.
-
Download the
questions-on-terminal.jar
file from the releases. -
In the same folder as the downloaded file, create a
questions.txt
file. -
Populate the text file with a question per line.
-
Open a terminal and write
java -jar questions-on-terminal.jar
- 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.
- Install Java (both JRE and JDK).
- Clone the repository.
- Open a terminal and write
javac Ask.java
. - To run:
java Ask
.