Guest User

Untitled

a guest
Jan 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // Musallat.exe.cpp : Bu dosya 'main' işlevi içeriyor. Program yürütme orada başlayıp biter.
  2. //
  3.  
  4. #include "pch.h"
  5. #include <iostream>
  6.  
  7. int main()
  8. {
  9. std::cout << "Musallat.exe sana musallat oldu!\n";
  10. return 0;
  11. }
Add Comment
Please, Sign In to add comment