View difference between Paste ID: 3NzFSNWf and 7jhRJQyc
SHOW: | | - or go back to the newest paste.
1
#include <iostream>
2
using namespace std;
3
4
int main()
5
{
6-
 cout << "Jedan red texta ide ovde, ne smes da stavljas ovde enter ovo je jedna linija" << endl;
6+
 TU PISES SVE OVO OSTALO JE OSNOVNI PROGRAM;
7-
 cout << "Drugi red texta ide ovdeee... xD" << endl;
7+
 OVO IZNAD I ISPOD JE OBAVEZNO DA OSTANE DA BI IZGLEDALO KAO PRAVI PROGRAM :P;
8
 return 0;
9
}