nixpkgs/pkgs/test/rpath/src/text.c

5 lines
47 B
C

char * text()
{
return "Hello World!\n";
}