Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Dictionary

How to use

Run the program with the command:

Enter the word you want to look up when prompted. The program will return the definition of the word if it exists in the dictionary.

Quirks

  • Certain word definitions may contain multiple meanings, and the program will return only the first definition, but only in certain cases. In other cases, it may return all definitions. This inconsistency is due to the way the dictionary data is structured and how the program processes it.