mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
7 lines
No EOL
148 B
C
7 lines
No EOL
148 B
C
#include <stdio.h>
|
|
#include <windows.h>
|
|
|
|
int wmain(int argc, wchar_t *argv[ ], wchar_t *envp[ ]) {
|
|
printf("hello from wmain\n");
|
|
return 0;
|
|
} |