Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ninp0/ae95d2e5c3eec7c3a671ce2820612d87 to your computer and use it in GitHub Desktop.
Save ninp0/ae95d2e5c3eec7c3a671ce2820612d87 to your computer and use it in GitHub Desktop.
puts format('%0.4x', 1337)
0539
puts format('%0.4x', 1337)
00000539
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment