Skip to content

Instantly share code, notes, and snippets.

@koromiko
Created April 4, 2018 17:38
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 koromiko/49b381ffe30a8d40882db9d1424429c1 to your computer and use it in GitHub Desktop.
Save koromiko/49b381ffe30a8d40882db9d1424429c1 to your computer and use it in GitHub Desktop.
#if PROD
print(“We brew beer in the Production”)
#elseif STG
print(“We brew beer in the Staging”)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment