test.c 104 B

12345678
  1. #include "windows.h"
  2. int start()
  3. {
  4. MessageBox(0, "message text", "caption text", MB_OK);
  5. return 0;
  6. }