All you need to do it write a main that will create a dictionary object, then pass the add_entry function two pointers (I'm not sure what the txt pointer is supposed to do), one of which is a pointer to the word you want added (a C string with the word in it would work for that). How you get the word into the program I'll leave for you, but for starters you can just load it straight into the string.