fork download
  1. using System;
  2.  
  3. public class Program
  4. {
  5. public static void Main(String[] args)
  6. {
  7. Console.WriteLine("e" + @":\");
  8. Console.WriteLine("e" + ":\\");
  9. }
  10. }
Success #stdin #stdout 0.03s 33720KB
stdin
Standard input is empty
stdout
e:\
e:\