Skip to content

Instantly share code, notes, and snippets.

@suzaku-tec
Created April 15, 2016 15:47
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/a2887020929979e17cf13af58ee5cb10 to your computer and use it in GitHub Desktop.
Save suzaku-tec/a2887020929979e17cf13af58ee5cb10 to your computer and use it in GitHub Desktop.
String[] list = {"1", "2", "3", "4", "5"};
for (String value : list) {
System.out.println(value);
}
@suzaku-tec
Copy link
Author

【Result 】
1
2
3
4
5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment