Skip to content

Arthurmtro/jeux-de-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Ingenieur C

Project made by

Documentation

How to compile

This project use gcc, https://gcc.gnu.org/ To compile the project, you need to use the command line.

Linux & Mac

gcc -o main main.c features.c interface.c

Windows

gcc -o main.exe main.c features.c interface.c

How to run

Linux

./main

Windows

main.exe