Select Git revision
Forked from
Peter Gerwinski / hp
286 commits behind the upstream repository.
Peter Gerwinski authored
output-1.c 119 B
#include <stdio.h>
int main (void)
{
printf ("Die Antwort lautet: ");
printf (42);
printf ("\n");
return 0;
}