fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. byte[] a = new byte[] { 211, 110, 15, 3, 153, 180};
  8. foreach( byte b in a)
  9. {
  10. Console.Write( string.Format( "{0:X} ", b));
  11. }
  12. }
  13. }
Success #stdin #stdout 0.03s 37016KB
stdin
Standard input is empty
stdout
D3 6E F 3 99 B4