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