Select Git revision
Forked from
Peter Gerwinski / hp
Source project has a limited visibility.
strings-1.c 112 B
#include <stdio.h>
int main (void)
{
char hello[] = "Hello, world!\n";
printf ("%s", hello);
return 0;
}