helloword.cpp

C++ code posted by PhyrexianNFM
created at 17 Dec 17:19, updated at 20 Dec 17:27

Edit | Back
1
2
3
4
5
6
7
8
9
10
#include "stdafx.h"
#include <iostream>
 
int main()
{
    std::cout << "Hello world!" << std::endl;
        std::cout << "Hello world!" << std::endl;

    return 0;
}
176 Bytes in 2 ms with coderay