Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.