5 lines
72 B
Text
5 lines
72 B
Text
|
|
import "/fmt" for Fmt
|
||
|
|
|
||
|
|
var n = 7.125
|
||
|
|
System.print(Fmt.rjust(9, n, "0"))
|