Skip to content

Instantly share code, notes, and snippets.

@jordanterry
Created August 18, 2021 16:35
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 jordanterry/ebaf779af8c1fb6715f50af8410c58c5 to your computer and use it in GitHub Desktop.
Save jordanterry/ebaf779af8c1fb6715f50af8410c58c5 to your computer and use it in GitHub Desktop.
fun combineFlags(flagOne: Int, flagTwo: Int): Int {
return flagOne or flagTwo
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment