Skip to content

Instantly share code, notes, and snippets.

@cbeust
Created February 7, 2017 20:19
Show Gist options
  • Save cbeust/006799c0681ef9913ff85302c0e4f956 to your computer and use it in GitHub Desktop.
Save cbeust/006799c0681ef9913ff85302c0e4f956 to your computer and use it in GitHub Desktop.
class Tree(val payload: Int, val leaves: List<Tree>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment