Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / by-name / co / cosmopolitan / hello.c
blobf8edd23561ebf29c3a717c4eb12c14f862d506a8
1 #include <stdio.h>
3 int main() {
4 printf("Hello world!\n");
5 return 0;