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
Aborescence:
6a27c0fbd4
Branches
Tags
master
population
magic-square
/
Makefile
Makefile
92 B
Historique
Raw
1
2
3
4
5
run: build
./magic
build: Main.c
gcc -o magic Main.c -Wall -Wextra -pedantic -Werror -O3