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
/
templates
/
awk
/
src
/
TODO.awk
blob: 78b23566064db7471a586a18d39de1b3e8020a72 (
plain
) (
blame
)
1
2
3
4
#!/usr/bin/env -S gawk -f
BEGIN
{
printf
(
"Hello World!\n"
);
}