Skip to content

Instantly share code, notes, and snippets.

@rkrzewski
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save rkrzewski/06d83b4444a998c5991a to your computer and use it in GitHub Desktop.

Select an option

Save rkrzewski/06d83b4444a998c5991a to your computer and use it in GitHub Desktop.
Option(System.getenv("USER")) match {
case Some(user) =>
println(s"USER=$user")
case None =>
println("no USER defined")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment