Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created November 8, 2017 23:19
Show Gist options
  • Select an option

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

Select an option

Save mcupak/cc0367e1b2873150a8b6da6c94e0f922 to your computer and use it in GitHub Desktop.
jshell> List<Integer> numbers = List.of(2, 3, 4, 7, 9, 11)
numbers ==> [2, 3, 4, 7, 9, 11]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment