mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
9 lines
80 B
C
9 lines
80 B
C
#include <stdio.h>
|
|
|
|
int
|
|
main (void)
|
|
{
|
|
printf ("Hello world\n");
|
|
return 0;
|
|
}
|