[ create a new paste ] login | about

Link: http://codepad.org/VeLLEfzy    [ raw code | output | fork ]

C++, pasted on Jun 4:
1
2
3
4
5
6
7
//моя первая программа на языке С++
#include <iostream.h>
int main()
    {
    cout<<"Привет! Я С++";
    return 0;
    }


Output:
1
Привет! Я С++


Create a new paste based on this one


Comments: