Difference between revisions of "Test"
From Linuxintro
Line 1: | Line 1: | ||
<mexdot> | <mexdot> | ||
− | + | digraph "Wikimap" { | |
+ | "OS" -> "OpenSource" | ||
+ | "OpenSource" -> "Linux" | ||
+ | "OpenSource" -> "BSD" | ||
+ | "BSD" -> "NetBSD" | ||
+ | "BSD" -> "FreeBSD" | ||
+ | } | ||
</mexdot> | </mexdot> |
Revision as of 16:57, 10 January 2015
<mexdot> digraph "Wikimap" {
"OS" -> "OpenSource" "OpenSource" -> "Linux" "OpenSource" -> "BSD" "BSD" -> "NetBSD" "BSD" -> "FreeBSD"
} </mexdot>