프로그램을 실행시키면 undefined reference to `main'으로 오류가 뜹니다 ㅠㅠ
#include <stdio.h>
int main(){
printf("hello");
return 0;
}
이러한 간단한 프로그램도 오류가 뜨는데 무엇이 문제인지 잘 모르겠습니다 ㅠㅠ
프로그램을 실행시키면 undefined reference to `main'으로 오류가 뜹니다 ㅠㅠ
#include <stdio.h>
int main(){
printf("hello");
return 0;
}
이러한 간단한 프로그램도 오류가 뜨는데 무엇이 문제인지 잘 모르겠습니다 ㅠㅠ