#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}
Perhaps there is somethign wrong and I don't see it but... =/
[Linker error] undefined reference to `__cpu_features_init'
ld returned 1 exit status


Sign In
Create Account



Back to top









