Skip to content

Instantly share code, notes, and snippets.

@IT-Delinquent
Last active June 24, 2021 09:30
Show Gist options
  • Select an option

  • Save IT-Delinquent/271b288ca94bc8e67e788b32ebfee12b to your computer and use it in GitHub Desktop.

Select an option

Save IT-Delinquent/271b288ca94bc8e67e788b32ebfee12b to your computer and use it in GitHub Desktop.
albumModelInPowerShell
class Album{
[String]$Name
[DateTime]$DateReleased
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment