Skip to content

Instantly share code, notes, and snippets.

@emmettna
Created January 20, 2020 04:22
Show Gist options
  • Save emmettna/9596cb3e7cfd1908b741d0d11b6b9f22 to your computer and use it in GitHub Desktop.
Save emmettna/9596cb3e7cfd1908b741d0d11b6b9f22 to your computer and use it in GitHub Desktop.
Int integerSample = 123;
switch(integerSample){
case 123:
"123"
break;
default:
""
}
//I'm 🤔 if it compiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment