есть ли проблема в моем коде и как ее исправить?
#include <iostream> void dummyfunction(void) { std::cout<< "this is"; } ошибка: Undefined symbols for architecture x86_64: "_main", referenced from: implicit entry/start for main executable ld: symbol(s)...
