Skip to content

Instantly share code, notes, and snippets.

@josep2
Created November 22, 2019 13:27
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 josep2/125b93461d70486dd2c2cd408f327e1a to your computer and use it in GitHub Desktop.
Save josep2/125b93461d70486dd2c2cd408f327e1a to your computer and use it in GitHub Desktop.
case class Watch(mechanism: String)
val swissWatch = Watch("swiss")
println(swissWatch)
// Watch(swiss)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment