Skip to content

Instantly share code, notes, and snippets.

View zeromus's full-sized avatar
💭
shittalking github, and git generally

zeromus

💭
shittalking github, and git generally
  • lunar subterrane
View GitHub Profile
int x = 30;
Console.WriteLine("{0:X16}", 1 << (x++));
Console.WriteLine("{0:X16}", 1 << (x++));
Console.WriteLine("{0:X16}", 1 << (x++));
Console.WriteLine("{0:X16}", 1 << (x++));
Console.WriteLine("{0:X16}", 1 << (x++));
0000000040000000
0000000080000000
0000000000000001