Instructions to run:
- Install java
- Run javac *.java
- Install postman
- Import the OpenAPI spec in postman
- Set an environment with baseUrl as localhost:8000
- Use the feedKnowledge API to feed general info
- Use the printKnowledge API to print that info to output.txt
- write a git commit -am "added more knowledge"
- do a git push