fork download
  1. class hello {
  2.  
  3. construct( final x:String="Vraj") {
  4. //print(name)
  5. }
  6. }
  7.  
  8. new hello()
Success #stdin #stdout 4.56s 172056KB
stdin
Standard input is empty
stdout
Standard output is empty