Select Git revision
Forked from
Peter Gerwinski / hp
361 commits behind the upstream repository.
Peter Gerwinski authored
hello-3.c 121 B
extern int printf (const char *__restrict __format, ...);
int main (void)
{
printf ("Hello, world!\n");
return 0;
}