fork download
  1. object Main extends App {
  2. // your code goes here
  3.  
  4. val s = 20
  5. println(s"value of s is $s")
  6. }
Success #stdin #stdout 0.54s 54976KB
stdin
Standard input is empty
stdout
value of s is 20