원본 프로젝트 hamoud/tutClubInfo
Adding some code
This commit is contained in:
부모
8e60c04b2a
커밋
9548b25628
1개의 변경된 파일과 9개의 추가작업 그리고 0개의 파일을 삭제
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);
|
||||
|
||||
}
|
||||
불러오는 중…
Reference in a new issue