Verwendete IDE und Entwicklungsumgebung
- IDE: Version:
- Betriebssystem: Version:
- Sprache: Compiler:
main.cpp
#include <iostream>
using namespace std;
void main()
{
cout << "Hello World!" << endl;
cout << "Welcome to C++ Programming" << endl;
}