Advertisement
Domerk

НГ-прога =))-2

Dec 31st, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <iostream>
  2. #include <clocale>
  3.  
  4. using namespace std;
  5.  
  6. void ng()
  7. {
  8. setlocale(LC_CTYPE,"");
  9. cout<<"С Новым Годом! =)))";
  10. }
  11.  
  12. int main()
  13. {
  14. ng();
  15. cin.sync();
  16. cin.get();
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement