You are on page 1of 1

1.

#include <iostream>
2.

3.
using namespace std;
4.

5.
int main(void) {
6.
cout << "acest program compileaza";
7.
return 0;
8.
}

You might also like