fork download
  1. using System;
  2. class Program
  3. {
  4. static void Main()
  5. {
  6. Console.WriteLine("I have doors that open like this ||, not like this / \\");
  7. }
  8. }
Success #stdin #stdout 0.01s 29664KB
stdin
Standard input is empty
stdout
I have doors that open like this ||, not like this / \