fork download
  1. import java.io.File
  2.  
  3. object Main {
  4.  
  5. def main(args:Array[String]) = {
  6. val file = new File(".")
  7. println(file.getCanonicalPath)
  8. }
  9. }
  10.  
Success #stdin #stdout 0.3s 321920KB
stdin
Standard input is empty
stdout
/home/RXnOl3