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

Delete func.c

parent ec6fabab
No related branches found
No related tags found
No related merge requests found
// func.c file
#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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment