47page의 코드에 오류가 있었습니다. 헤더파일을 #include "week_1.h"라고 작성해주셔야합니다. 아래 형식으로 작성해주세요. ``` #include "week_1.h" void func() { // 실행시킬 코드 } ```