mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-20 11:31:46 +00:00
Update userspace
This commit is contained in:
9
apps/base/cross_test/win_mingw.c
Normal file
9
apps/base/cross_test/win_mingw.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[], char *envp[])
|
||||
{
|
||||
printf("mingw: Hello, World!\n");
|
||||
fflush(stdout);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user