Skip to content

Instantly share code, notes, and snippets.

@radar
Created March 6, 2011 05:56
Show Gist options
  • Save radar/857065 to your computer and use it in GitHub Desktop.
Save radar/857065 to your computer and use it in GitHub Desktop.
digraph G {
size = "5,5"; node[fontsize=16];
// incoming
client -> server;
server -> client;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment