ajout d'un programme c simple pour renvoyer 0 ou 1 en valeur de retour
This commit is contained in:
6
rand/Makefile
Normal file
6
rand/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all: build
|
||||
|
||||
build: random
|
||||
|
||||
random: main.c
|
||||
gcc main.c -Wall -o random
|
||||
Reference in New Issue
Block a user