1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/contrib/awk/test/zeroflag.awk
2000-08-15 10:02:07 +00:00

2 lines
43 B
Awk

BEGIN { printf("%2.1d---%02.1d\n", 2, 2) }