Select Git revision
Forked from
Peter Gerwinski / hp
267 commits behind the upstream repository.
Peter Gerwinski authored
hello-1.c 82 B
#include <stdio.h>
int main (void)
{
printf ("Hello, world!\n");
return 0;
}