Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created November 7, 2017 22:08
Show Gist options
  • Select an option

  • Save mcupak/6563886ee47e175d37f62191151815a0 to your computer and use it in GitHub Desktop.

Select an option

Save mcupak/6563886ee47e175d37f62191151815a0 to your computer and use it in GitHub Desktop.
jshell> IntStream.range(0,10).forEach(System.out::println)
0
1
2
3
4
5
6
7
8
9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment