Skip to content

Instantly share code, notes, and snippets.

@hinsencamp
Created May 30, 2019 08:07
Show Gist options
  • Save hinsencamp/2e67f6c89195a444d20ba2f36f3b9d1d to your computer and use it in GitHub Desktop.
Save hinsencamp/2e67f6c89195a444d20ba2f36f3b9d1d to your computer and use it in GitHub Desktop.
graph.get("Fabian").addConnection(graph.get("Rey"));
graph.get("Fabian").addConnection(graph.get("Ellie"));
graph.get("Fabian").addConnection(graph.get("Cassi"));
graph.get("Ellie").addConnection(graph.get("Cassi"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment