#include <windows.h>#include <stdio.h>int main (int argc, char **argv){ printf ("Good-bye!\n"); ExitWindows(0, 0); return 0;}