Skip to content

Instantly share code, notes, and snippets.

@KadekM
Created March 17, 2021 15:07
Show Gist options
  • Save KadekM/c53a97b685b730036c28f9bb512db4f9 to your computer and use it in GitHub Desktop.
Save KadekM/c53a97b685b730036c28f9bb512db4f9 to your computer and use it in GitHub Desktop.
object Sql {
final case class Balance(name: String, balance: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment