06-chess/assignment/html/chess__printer_8cpp_a034e47a2bfbeeaed3ec619511ab50455_cgraph.dot
github-classroom[bot] fd154a8ed5
Initial commit
2024-10-24 13:14:23 +00:00

9 lines
576 B
Text

digraph G
{
edge [fontname="FreeSans.ttf",fontsize="10",labelfontname="FreeSans.ttf",labelfontsize="10"];
node [fontname="FreeSans.ttf",fontsize="10",shape=record];
rankdir=LR;
Node1 [label="print_chess_board",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="FreeSans.ttf"];
Node2 [label="get_piece_symbol",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$chess__printer_8cpp.html#a7ed805d66d52f87984092f63891adf31"];
}