Merge branch 'master' of https://git.etud.insa-toulouse.fr/hamoud/tutClubInfo
This commit is contained in:
commit
e0f5be3bc0
1 changed files with 9 additions and 0 deletions
9
main.c
Normal file
9
main.c
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#include<stdio.h>
|
||||||
|
#include<stdlib.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
|
||||||
|
int var = 5;
|
||||||
|
printf("%d", var);
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue