Select Git revision
Forked from
Peter Gerwinski / hp
46 commits behind the upstream repository.
Peter Gerwinski authored
output-1.c 67 B
#include <stdio.h>
int main (void)
{
printf (42);
return 0;
}