index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-089
/
abigail
/
awk
/
ch-2.awk
blob: f45f20e40ee174650b62896c633b7425e38b7dee (
plain
)
1
2
3
4
5
6
#!/usr/bin/awk
END
{
print
"8 1 6"
;
print
"3 5 7"
;
print
"4 9 2"
;
}