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