fork download
  1. using System;
  2. using System.Linq;
  3.  
  4. namespace CsConsole {
  5. class Application {
  6. static void Main() {
  7. var xs = new [] { new Version(), new Version() };
  8. var x = xs.Max();
  9. }
  10. }
  11. }
Success #stdin #stdout 0.02s 33704KB
stdin
Standard input is empty
stdout
Standard output is empty