repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce emu8086
[lcapit-junk-code.git]
/
hello.dot
blob
40548b5e4fd26a4eea7b121cb8d8d5f8a213a922
1
// Hello world in dot
2
// Run with:
3
// $ dot hello.dot -Tps | gv -
4
graph
hello {
5
Node1 [
label
=
"Hello, World!"
]
6
}