fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. Console.WriteLine(((Func<string>)(
  8. ()=>@"()()()()()()
  9. |\3.1415926|
  10. |:\53589793|
  11. \::\2384626|
  12. \::\433832|
  13. \::\79502|
  14. \::\8841|
  15. \::\971|
  16. \::\69|
  17. \::\3|
  18. \__\|"
  19. ))());
  20. }
  21. }
Success #stdin #stdout 0s 29664KB
stdin
Standard input is empty
stdout
()()()()()()
|\3.1415926|
|:\53589793|
\::\2384626|
 \::\433832|
  \::\79502|
   \::\8841|
    \::\971|
     \::\69|
      \::\3|
       \__\|