Skip to content

Instantly share code, notes, and snippets.

@ken-matsui
Created December 16, 2018 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ken-matsui/373501aec470a18a8100ae68da55c475 to your computer and use it in GitHub Desktop.
Save ken-matsui/373501aec470a18a8100ae68da55c475 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
std::cout << 0xEp+2f << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment