Introduce emu8086
[lcapit-junk-code.git] / hello.dot
blob40548b5e4fd26a4eea7b121cb8d8d5f8a213a922
1 // Hello world in dot
2 // Run with:
3 // $ dot hello.dot -Tps | gv -
4 graph hello {
5 Node1 [ label = "Hello, World!" ]