To compile, you need GCC or Clang installed.
- gcc:
gcc hangman/resources/main.c - clang:
clang hangman/resources/main.c
To run, on the command line run the command ./a.out on Unix or .\a.exe on Windows.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To compile, you need GCC or Clang installed.
gcc hangman/resources/main.cclang hangman/resources/main.cTo run, on the command line run the command ./a.out on Unix or .\a.exe on Windows.