repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduces jpeg-recovery source-code
[lcapit-junk-code.git]
/
hello.awk
blob
4a4ae4a125ba9bd34aff410ac8799750a2cf1768
1
#!/bin/awk -f
2
#
3
# Hello World in AWK
4
5
BEGIN
{
6
print
"Hello, world!"
7
}