Portál AbcLinuxu, 5. listopadu 2025 02:34
#include <iostream>
int main()
{
std::cout << "Hello, world!" << endl;
}
a zkompiluj:
g++ test.cc -o test
a spust:
./test
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.