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