Advertisement
lofojak

5sPP1Task1

Oct 9th, 2024
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | Source Code | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <windows.h>
  4.  
  5. int main()
  6. {
  7.     MessageBox(NULL, "Союз нерушимый республик свободных\nСплотила навеки Великая Русь.\nДа здравствует созданный волей народов\nЕдиный, могучий Советский Союз!", "Приветствие", MB_OK);
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement