Hello World!
Erstmal zur Begrüßung...
Video
Code
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
}
Erklärung
Demnächst...
Erstmal zur Begrüßung...
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
}
Demnächst...