index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
hello.awk
blob: 9e6d569d29640617a50df28d89b839875d47f965 (
plain
)
1
2
3
BEGIN
{
print
"Hello"
}