mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 13:17:26 +01:00
8 lines
115 B
C
8 lines
115 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
printf("Hello cross-compilation world!\n");
|
||
|
return 0;
|
||
|
}
|