mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
7 lines
No EOL
183 B
C
7 lines
No EOL
183 B
C
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
int APIENTRY wWinMain(HINSTANCE hInst, HINSTANCE hInstPrev, PWSTR cmdline, int cmdshow) {
|
|
printf("hello from wWinMain\n");
|
|
return 0;
|
|
} |