Add exercises
This commit is contained in:
14
exercises/images/task03_dependencies.dot
Normal file
14
exercises/images/task03_dependencies.dot
Normal file
@@ -0,0 +1,14 @@
|
||||
digraph {
|
||||
node [shape=box style=filled fillcolor=lightblue fontname="Roboto Mono" fontsize=12 ];
|
||||
edge [style=dashed arrowhead=onormal];
|
||||
|
||||
app;
|
||||
foo [label="libFoo.so"];
|
||||
bar [label="libBar.so"];
|
||||
baz [label="libBaz.so"];
|
||||
|
||||
app -> foo;
|
||||
app -> bar;
|
||||
app -> baz;
|
||||
baz -> bar;
|
||||
}
|
BIN
exercises/images/task03_dependencies.png
Normal file
BIN
exercises/images/task03_dependencies.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user