fork download
  1. #!/usr/bin/perl6
  2. # your code goes here
  3.  
  4. say 1/3 + 1/3 + 1/3 == 1
Success #stdin #stdout 0.15s 65208KB
stdin
Standard input is empty
stdout
True