tangled
alpha
login
or
join now
deephackontech.bsky.social
/
nix-presentation
0
fork
atom
Reproducable build and dev environments with Nix
0
fork
atom
overview
issues
pulls
pipelines
nix-presentation
/
example
/
main.c
at
main
5 lines
76 B
view raw
wrap content
deephackontech.bsky.social
Mostly finished
4mo ago
869755db
1
#
include
<stdio.h>
2
int
main
(
)
{
3
printf
(
"
Hello World!
\n
"
)
;
4
return
0
;
5
}