Skip to content

Instantly share code, notes, and snippets.

View charlycoste's full-sized avatar
🏃‍♂️
migrated to my own gitlab and gitlab.com #ByeMicrosoft

Charles-Édouard Coste charlycoste

🏃‍♂️
migrated to my own gitlab and gitlab.com #ByeMicrosoft
View GitHub Profile
@charlycoste
charlycoste / sample.dot
Last active September 26, 2015 19:38
UML diagram sample with dot (graphviz)
digraph G {
node [shape = "record"]
edge [arrowhead = "empty"]
Animal [label = "{Animal|+ name : string\l+ age : int\l|+ die() : void\l}"]
}