2 lines
40 B
Awk
2 lines
40 B
Awk
|
BEGIN { OFMT = "%.1000f"; print 1.25; }
|
|
BEGIN { OFMT = "%.1000f"; print 1.25; }
|