Skip to content

Instantly share code, notes, and snippets.

@bandrzejczak
Created February 9, 2018 22:04
Show Gist options
  • Select an option

  • Save bandrzejczak/636779da5c26cc29a21adc9fb8638182 to your computer and use it in GitHub Desktop.

Select an option

Save bandrzejczak/636779da5c26cc29a21adc9fb8638182 to your computer and use it in GitHub Desktop.
String test;
if(1 == 1)
test = "a";
else
test = "b";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment