~vcs-imports/gawk/master

1
2
BEGIN { OFMT= "%s" }
{ $1 + $2; print $1, $2 }