nixpkgs/pkgs/by-name/co/cosmopolitan/hello.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
79 B
C
Raw Normal View History

#include <stdio.h>
int main() {
printf("Hello world!\n");
return 0;
}