Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Last active May 20, 2018 20:29
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 jwalgemoed/9801e16e3668813f887441560effc8d7 to your computer and use it in GitHub Desktop.
Save jwalgemoed/9801e16e3668813f887441560effc8d7 to your computer and use it in GitHub Desktop.
var strings = Arrays.asList("a", "b", "c");
for(var str: strings) {
System.out.println(str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment