Hangman_Project Compile: gcc -std=c99 -Wall -Wextra -pedantic -Wno-unused-paramter main.c functions.c readfile.c rebuild.c -o Hangman Execute program: ./Hangman -fwords.txt (You can use another txt File)