Skip to content

Instantly share code, notes, and snippets.

@Gisleburt
Last active June 10, 2019 12:30
Show Gist options
  • Save Gisleburt/c1a0cabca7e9bd09e6894650b2674a1c to your computer and use it in GitHub Desktop.
Save Gisleburt/c1a0cabca7e9bd09e6894650b2674a1c to your computer and use it in GitHub Desktop.
struct Album {
pub title: String,
pub artist: String,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment