Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Created August 9, 2021 02:03
Show Gist options
  • Select an option

  • Save weikangchia/4aeec4fbb222fd7c285c4043dfeef92b to your computer and use it in GitHub Desktop.

Select an option

Save weikangchia/4aeec4fbb222fd7c285c4043dfeef92b to your computer and use it in GitHub Desktop.
for (String element : myArray) {
System.out.println(element);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment