Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<iostream> // tutaj ladujemy biblioteki
- #include<cstdio> // dyrektywa preprocesora
- using namespace std; // uzycie przestrzeni nazw std
- int main(){ // odpowiednik program
- system("cls"); // clrscr;
- cout<<"tekst\nasdf"<<endl<<"sss";
- getchar(); // readkey;
- /*system("pause");*/// pauza
- }
Advertisement
Add Comment
Please, Sign In to add comment