Skip to content

Instantly share code, notes, and snippets.

@bogardpd
Last active June 13, 2020 14:07
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 bogardpd/22cec9655833bda93462228240b86b7e to your computer and use it in GitHub Desktop.
Save bogardpd/22cec9655833bda93462228240b86b7e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
<graph edgedefault="directed">
<node id="99"/>
<node id="bottles"/>
<node id="of"/>
<node id="beer"/>
<edge source="99" target="bottles"/>
<edge source="bottles" target="of"/>
<edge source="of" target="beer"/>
</graph>
</graphml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment