Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 7, 2021 09:46
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 aniketmlk6/b9114190f35a4ac6b164ad2e2c6f2acf to your computer and use it in GitHub Desktop.
Save aniketmlk6/b9114190f35a4ac6b164ad2e2c6f2acf to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
int[] arr= {1,2,3};
for(int element : arr)
{
System.out.println(element);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment