Skip to content

Instantly share code, notes, and snippets.

@stefanozanella
Created January 12, 2021 09:31
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 stefanozanella/656e52d47f88bb696128b2798898fe17 to your computer and use it in GitHub Desktop.
Save stefanozanella/656e52d47f88bb696128b2798898fe17 to your computer and use it in GitHub Desktop.
package me.stefanozanella.sampleapp
import java.time.LocalDate
data class StockPurchase(
val ticker: String = "",
val purchaseDate: LocalDate = LocalDate.now(),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment