This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kjhammerle
/
magic-square
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
population
Branches
Tags
master
population
magic-square
/
Makefile
Makefile
101 B
Lien permanent
Historique
Raw
1
2
3
4
5
run: build
./magic 1 9 900
build: Main.c
gcc -o magic Main.c -Wall -Wextra -pedantic -Werror -O3