Skip to content

Instantly share code, notes, and snippets.

@stijnmoreels
Created October 13, 2023 05:14
Show Gist options
  • Select an option

  • Save stijnmoreels/a7271f2b96ea62cd97e5ec2cf1d11299 to your computer and use it in GitHub Desktop.

Select an option

Save stijnmoreels/a7271f2b96ea62cd97e5ec2cf1d11299 to your computer and use it in GitHub Desktop.
type Tree =
{ Id : string
Branches : Tree list }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment