Skip to content

Instantly share code, notes, and snippets.

@bond15
Created October 12, 2023 19:29
Show Gist options
  • Save bond15/d178d962d2e018e245a15d2a9f9c7385 to your computer and use it in GitHub Desktop.
Save bond15/d178d962d2e018e245a15d2a9f9c7385 to your computer and use it in GitHub Desktop.
Nice C++ printing
#define DEBUG
#ifdef DEBUG
# define PRINT(x) errs() << x;
#else
# define PRINT(x) {};
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment