Нема описа

Andrew Tokarskiy 6d915a009d Added const to pointer arguments пре 3 година
.gitignore bbca59039b Renamed functions inc, dec. пре 3 година
LICENSE 3813a01663 Added license notice to the source code, updated LICENSE file formatting пре 3 година
README.md 3813a01663 Added license notice to the source code, updated LICENSE file formatting пре 3 година
main.c 6d915a009d Added const to pointer arguments пре 3 година
mines.c 6d915a009d Added const to pointer arguments пре 3 година
mines.h 6d915a009d Added const to pointer arguments пре 3 година

README.md

Minesweeper

A computer game.

Command to compile: gcc -std=c99 main.c mines.c -o mines