Solution: Fix the Linker Error

Solution: Fix the Linker Error

#ifndef CONFIG_H
#define CONFIG_H

extern int count;
void print_count(void);

#endif
Solution: Fix the linker error