fork download
  1. class hello {
  2.  
  3. construct( name="Vraj") {
  4. print(name)
  5. }
  6. }
  7.  
  8. new hello("vddsd")
Success #stdin #stdout 3.38s 168960KB
stdin
Standard input is empty
stdout
vddsd