c++ Programming that print a Hello world - 6 Players blogs for technology

give us your feedback

People Online

Breaking

ads

Post Top Ad

Saturday, October 12, 2019

c++ Programming that print a Hello world

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}

No comments:

Post a Comment

ads1

Post Top Ad