fork(1) download
  1. import std.stdio, std.ascii, std.algorithm;
  2.  
  3. void main() {
  4.  
  5. if ((lowercase[0 .. 20] ~ 'z').any!`a == 'c'`)
  6. writeln("included");
  7. }
Success #stdin #stdout 0s 4144KB
stdin
Standard input is empty
stdout
included