index
:
flake-templates
this commit
prime
Nix flake templates for different languages
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
c
/
src
/
main.c
blob: 061a06ac549ea87899fa0ca33cab9bc7628a1fde (
plain
) (
blame
)
1
2
3
#include
<stdio.h>
int
main
()
{
printf
(
"Hello World!"
);
}