Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at release-16.03 7 lines 202 B view raw
1#include <windows.h> 2int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInstance, LPSTR lpCmdLine, 3 int nCmdShow) 4{ 5 MessageBox(NULL, "Hello World!", "Nix", MB_OK); 6 return 0; 7}