fork(1) download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main()
  6. {
  7. var bytes = BitConverter.GetBytes(0x117AFL);
  8. foreach (var b in bytes) {
  9. Console.WriteLine("{0:x}", b);
  10. }
  11. }
  12. }
Success #stdin #stdout 0.03s 24120KB
stdin
Standard input is empty
stdout
af
17
1
0
0
0
0
0