4 lines
50 B
Haskell
4 lines
50 B
Haskell
|
|
import Text.Printf
|
||
|
|
main =
|
||
|
|
printf "%09.3f" 7.125
|