Skip to content

Instantly share code, notes, and snippets.

@rubypanther
Forked from radar/gist:857065
Created March 6, 2011 06:05
Show Gist options
  • Save rubypanther/857068 to your computer and use it in GitHub Desktop.
Save rubypanther/857068 to your computer and use it in GitHub Desktop.
digraph G {
size = "5,5"; node[fontsize=16];
struct3 [shape=record,label="hello\nworld |{ b |{c|<here> d|e}| f}| g | h"];
// incoming
client -> server;
server -> client;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment