Skip to content

Instantly share code, notes, and snippets.

@suzaku-tec
Last active April 15, 2016 17:21
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 suzaku-tec/2b32d9d8537a75fef6ca9a2070663dd4 to your computer and use it in GitHub Desktop.
Save suzaku-tec/2b32d9d8537a75fef6ca9a2070663dd4 to your computer and use it in GitHub Desktop.
String[] list = {"1", "2", "3", "4", "5"};
Arrays.stream(list).forEachOrdered(System.out::println);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment