Skip to content

Instantly share code, notes, and snippets.

@adamw
Created May 4, 2019 12:33
Show Gist options
  • Save adamw/d813f35bfd26442da933fddb02243c37 to your computer and use it in GitHub Desktop.
Save adamw/d813f35bfd26442da933fddb02243c37 to your computer and use it in GitHub Desktop.
import java.nio.file.Path
case class NewBook(title: String, cover: Option[Path], year: Year,
authorName: String, authorCountry: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment