tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
by-name
/
co
/
cosmopolitan
/
hello.c
at
devShellTools-shell
79 B
view raw
1
#
include
<stdio.h>
2
3
int
main
(
)
{
4
printf
(
"
Hello world!
\n
"
)
;
5
return
0
;
6
}