awk/bugs-fixed/a-format.awk

4 lines
30 B
Awk
Raw Permalink Normal View History

BEGIN {
printf("%a\n", 42)
}