Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created November 7, 2017 00:49
Show Gist options
  • Select an option

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

Select an option

Save mcupak/13d21b2d17dd41fa452f5f79a12b9edb to your computer and use it in GitHub Desktop.
jshell> /env -class-path ~/.m2/repository/com/google/guava/guava/23.0/guava-23.0.jar
| Setting new options and restoring state.
jshell> import com.google.common.collect.*
jshell> List<String> list = ImmutableList.of("a", "b", "c")
list ==> [a, b, c]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment