box64/tests/test03.c

8 lines
107 B
C

#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello x86_64 World!\n");
return 0;
}