fork(1) download
  1. import std.stdio;
  2.  
  3. void main() {
  4. int[] arr2 = [10, 15, 20];
  5. writeln (arr2[2..5]);
  6. }
Runtime error #stdin #stdout #stderr 0.01s 13960KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
core.exception.RangeError@prog(5): Range violation