Select Git revision
Forked from
Peter Gerwinski / bs
106 commits behind the upstream repository.
Peter Gerwinski authored
test-4.c 87 B
#include <stdio.h>
int main (void)
{
printf ("Bonjour le monde !\n");
return 0;
}