Skip to content

Instantly share code, notes, and snippets.

@stijnmoreels
Created September 29, 2023 06:22
Show Gist options
  • Select an option

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

Select an option

Save stijnmoreels/461ba40431bb4c9096ebc25ac1ee30d9 to your computer and use it in GitHub Desktop.
type Folder =
{ Name : string
SubFolders : Folder list }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment