Files
OpenBMC/poky/meta/lib/oeqa/runtime/files/hello.c
T
2026-04-23 17:07:55 +08:00

6 lines
70 B
C

int
main()
{
printf("Hello, world!\n");
}