Hacker News new | ask | show | jobs
by npalli 253 days ago
Lol, no this is the equivalent

  #include <windows.h>

 int main() {
      MessageBoxA(NULL, "world!", "Hello", 0);
      return 0;
  }