Skip to content

Instantly share code, notes, and snippets.

@MelbourneDeveloper
Created November 5, 2022 02:38
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 MelbourneDeveloper/8d9f1213c34a5ab0ec3bfb5e2b61fe79 to your computer and use it in GitHub Desktop.
Save MelbourneDeveloper/8d9f1213c34a5ab0ec3bfb5e2b61fe79 to your computer and use it in GitHub Desktop.
Person Record
type Person =
{ FirstName: string
LastName: string;
Age: int
Numbers: List<int>; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment