fork(7) download
  1. using System;
  2. using System.Globalization;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5.  
  6. public class Test
  7. {
  8.  
  9. public static void Main()
  10. {
  11. Console.Write( "I am Bob".Count(c=>!Char.IsWhiteSpace(c)));
  12. }
  13. }
Success #stdin #stdout 0.03s 34832KB
stdin
Standard input is empty
stdout
6