mirror of
https://git.yoctoproject.org/poky
synced 2026-06-12 04:53:49 +02:00
9 lines
78 B
C
9 lines
78 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("Hello world!\n");
|
|
|
|
return 0;
|
|
}
|