fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. var setupId = Guid.Parse("850eee27-fbb0-c5fb-77e4-ab66427e738a");
  8. Console.WriteLine(new Guid(new string(setupId.ToString("N").Reverse().ToArray())).ToString());
  9. }
  10. }
  11.  
Success #stdin #stdout 0.04s 29496KB
stdin
Standard input is empty
stdout
a837e724-66ba-4e77-bf5c-0bbf72eee058