Select Git revision
Forked from
Peter Gerwinski / es
103 commits behind, 29 commits ahead of the upstream repository.
Peter Gerwinski authored
hello-01.c 82 B
#include <stdio.h>
int main (void)
{
printf ("Hello, world!\n");
return 0;
}