1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
//============================================================================
// Name        : kon2.cpp
// Author      : Piotr
// Version     :
// Copyright   : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================

#include <iostream>
using namespace std;

int main() {
	cout << "NIE" << endl; // prints !!!Hello World!!!
	return 0;
}