Adding some code
This commit is contained in:
parent
8e60c04b2a
commit
9548b25628
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