fork download
  1. object Main extends App {
  2. val value = BigDecimal("123.456789")
  3. println(s"Value: $value")
  4. }
Success #stdin #stdout 0.36s 323264KB
stdin
Standard input is empty
stdout
Value: 123.456789