Created
May 4, 2019 12:33
-
-
Save adamw/d813f35bfd26442da933fddb02243c37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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