2 lines
44 B
Haskell
2 lines
44 B
Haskell
|
|
main = print [0.1,23.3,35e-1,56E+2,14.67e1]
|
|
|
main = print [0.1,23.3,35e-1,56E+2,14.67e1]
|