hangman-cpp A simple Hangman game as my first project in cpp. 🛠️ How to Compile and Run Clone the repo: git clone https://github.com/sovern-dev/hangman-cpp.git Compile: g++ hangman.cpp -o hangman Run: ./hangman (or hangman.exe on Windows)