05-pyramid-of-numbers/assignment/html/pyramid__of__numbers_8c__incl.dot
github-classroom[bot] a26d084340
Initial commit
2024-10-17 10:01:35 +00:00

8 lines
491 B
Text

digraph G
{
edge [fontname="FreeSans.ttf",fontsize="10",labelfontname="FreeSans.ttf",labelfontsize="10"];
node [fontname="FreeSans.ttf",fontsize="10",shape=record];
Node1 [label="pyramid_of_numbers.c",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="stdio.h",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
}