Выводим Hello!
main.cpp:
#include <iostream>
using namespace std;
int main () {
cout << "helllo\n";
return 0;
}
shell command:
с++ main.cpp
main.cpp:
#include <iostream>
using namespace std;
int main () {
cout << "helllo\n";
return 0;
}
shell command:
с++ main.cpp