79521472

Date: 2025-03-19 22:08:55
Score: 1.5
Natty:
Report link

Like the above user said, all you need to do is use MessageBox.

#include <windows.h>
MessageBox(NULL, "Hello!", "Notice", MB_OK | MB_ICONINFORMATION);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alexander Ukhin