#include int main(int argc, char *argv[]) { MessageBox(NULL, "I LOVE KIKI!", "Major Declaration", MB_OK); return 0; }