mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-23 06:30:22 +00:00
8 lines
107 B
C
8 lines
107 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
printf("Hello x86_64 World!\n");
|
|
return 0;
|
|
}
|