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