mirror of
https://github.com/ptitSeb/box86.git
synced 2025-08-28 17:13:48 +02:00
7 lines
100 B
C
7 lines
100 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
printf("Hello World!\n");
|
|
return 0;
|
|
}
|