bóg was ukarał pusto głowiem
#include <iostream>
using namespace std;
int main()
{
cout << "Czolem, ludziska!" << endl;
system("pause");
return 0;
}
int main()
Int znaczy ze chcesz aby zwracana była wartość
#include <conio.h>
#include <iostream>
using namespace std;
void main()
{
cout << "Czolem, ludziska!" << endl;
getch();
}
Tu masz void czyli tego nie chcesz dlatego nie trzeba pisać return