ajout d'un programme c simple pour renvoyer 0 ou 1 en valeur de retour

This commit is contained in:
2017-01-19 17:37:26 +01:00
parent 4be5ac0776
commit df126bcba6
2 changed files with 37 additions and 0 deletions

6
rand/Makefile Normal file
View File

@@ -0,0 +1,6 @@
all: build
build: random
random: main.c
gcc main.c -Wall -o random