42 uni project
Replicate the game Wordle
https://www.nytimes.com/games/wordle/index.html
We use ctime() and hash the return (based only on day, month and year) to get a new unique word per day
Prompt user for input, check against todays word and set the colors accordingly
grade: 100/100