int mai" /> int mai" /> int mai"/>

[Solus Linux][Clion] Clion doesn't compile the simplest program

214 Views Asked by At

I downloaded Clion and all packages which I needed to work (I hope) and IDE doesn't compile "Hello World" program :(

Code:

#include <iostream>

int main() {
    std::cout << "Hello, World!" << std::endl;
    return 0;
}

Build errors: https://pastebin.com/J5UA9HpX

Any ideas? Regards, Dziura.

Sorry for bad English

0

There are 0 best solutions below