
digraph {
  bgcolor="transparent"

  node [penwidth=0.5 fontsize="12" shape="box" style="filled" fontcolor="white" fontname="Courier New"]
  edge [penwidth=2 fontsize="10" color="#0A1931" arrowsize=0.8 fontname="Courier New"]

#########
# NODES #
#########
  id_945a2f63_2f54_40f4_aa85_9392327e3435 [id="id_945a2f63_2f54_40f4_aa85_9392327e3435#Begin" pos="0.0,10000.0!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="Begin" tooltip="Begin" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 
  id_06e1fe28_ced3_4bc6_b125_70e84d669f94 [id="id_06e1fe28_ced3_4bc6_b125_70e84d669f94#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="a = 3" tooltip="a: Integer = 3" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d61bb75d_0c02_4482_8115_97ccacefbb99 [id="id_d61bb75d_0c02_4482_8115_97ccacefbb99#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="b = 6" tooltip="b: Integer = 6" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_edbc951c_f30c_407e_a131_531da692403c [id="id_edbc951c_f30c_407e_a131_531da692403c#Declare" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="c = 8" tooltip="c: Integer = 8" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_4454075b_8882_4595_aa5f_5343af65b99d [id="id_4454075b_8882_4595_aa5f_5343af65b99d#Declare" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="result" tooltip="result: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_076a6958_07ad_4d5b_8e17_0204231afaa9 [id="id_076a6958_07ad_4d5b_8e17_0204231afaa9#Assign" pos="0.0,9995.3125!" height=0.4 width=1.74 fixedsize=true group="fun-main"    label="result = a+b*c" tooltip="result = a+b*c" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_7bc58e69_165a_4642_aa7d_23bf7ffc8919 [id="id_7bc58e69_165a_4642_aa7d_23bf7ffc8919#Output" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="result" tooltip="result" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_aff874f0_13d4_433f_b75d_53f8bdf40263 [id="id_aff874f0_13d4_433f_b75d_53f8bdf40263#Return" pos="0.0,9993.4375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="End" tooltip="End" shape="ellipse" fillcolor="#8de4ff" color="#00799e" fontcolor="#982b13"] 

#########
# EDGES #
#########
  id_945a2f63_2f54_40f4_aa85_9392327e3435:s -> id_06e1fe28_ced3_4bc6_b125_70e84d669f94:n [id="id_945a2f63_2f54_40f4_aa85_9392327e3435@fun-main" tailtooltip=" " edgetooltip=" "]
  id_06e1fe28_ced3_4bc6_b125_70e84d669f94:s -> id_d61bb75d_0c02_4482_8115_97ccacefbb99:n [id="id_06e1fe28_ced3_4bc6_b125_70e84d669f94@fun-main" tailtooltip=" " edgetooltip=" "]
  id_d61bb75d_0c02_4482_8115_97ccacefbb99:s -> id_edbc951c_f30c_407e_a131_531da692403c:n [id="id_d61bb75d_0c02_4482_8115_97ccacefbb99@fun-main" tailtooltip=" " edgetooltip=" "]
  id_edbc951c_f30c_407e_a131_531da692403c:s -> id_4454075b_8882_4595_aa5f_5343af65b99d:n [id="id_edbc951c_f30c_407e_a131_531da692403c@fun-main" tailtooltip=" " edgetooltip=" "]
  id_4454075b_8882_4595_aa5f_5343af65b99d:s -> id_076a6958_07ad_4d5b_8e17_0204231afaa9:n [id="id_4454075b_8882_4595_aa5f_5343af65b99d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_076a6958_07ad_4d5b_8e17_0204231afaa9:s -> id_7bc58e69_165a_4642_aa7d_23bf7ffc8919:n [id="id_076a6958_07ad_4d5b_8e17_0204231afaa9@fun-main" tailtooltip=" " edgetooltip=" "]
  id_7bc58e69_165a_4642_aa7d_23bf7ffc8919:s -> id_aff874f0_13d4_433f_b75d_53f8bdf40263:n [id="id_7bc58e69_165a_4642_aa7d_23bf7ffc8919@fun-main" tailtooltip=" " edgetooltip=" "]

}
