fork download
  1. var x = 1;
  2.  
  3. print("Value of x is $x")
Success #stdin #stdout 3.34s 170144KB
stdin
Standard input is empty
stdout
Value of x is $x