mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-08 20:27:27 +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;
|
|
}
|