Skip to content
Snippets Groups Projects
Commit 8080c75a authored by LEESANGKYEONG's avatar LEESANGKYEONG
Browse files

second HW

parent 14626afd
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include "func.h"
int func_name_or_id(){
#ifdef PRINT_ID
printf("201723267\n");
return 0;
#else
printf("LEESANGKYEONG\n");
return 1;
#endif
}
extern int func_name_or_id();
#include <stdio.h>
#include "func.h"
int main(){
printf("%d\n", func_name_or_id());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment