2 lines
44 B
Awk
2 lines
44 B
Awk
|
BEGIN { printf "%*sworld\n", -20, "hello" }
|
|
BEGIN { printf "%*sworld\n", -20, "hello" }
|