
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_18463ebc_33e7_4ab8_b115_fd3c27c48b90 [id="id_18463ebc_33e7_4ab8_b115_fd3c27c48b90#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_3079c782_f61a_4e9a_916f_9a6374eaba86 [id="id_3079c782_f61a_4e9a_916f_9a6374eaba86#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="a = 14" tooltip="a: Integer = 14" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_e6c4dbb1_52e7_47ff_af5b_5f834a1bdef4 [id="id_e6c4dbb1_52e7_47ff_af5b_5f834a1bdef4#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="b = 2" tooltip="b: Integer = 2" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d65379fc_c6c1_44a1_b295_2bd56c480353 [id="id_d65379fc_c6c1_44a1_b295_2bd56c480353#Declare" pos="0.0,9997.1875!" height=0.4 width=2.5100000000000002 fixedsize=true group="fun-main"    label="Calculation = (a+b)*2" tooltip="Calculation: Integer = (a+b)*2" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_30c766f5_8048_493b_8557_080f409e0239 [id="id_30c766f5_8048_493b_8557_080f409e0239#Output" pos="0.0,9996.25!" height=0.4 width=1.41 fixedsize=true group="fun-main"    label="Calculation" tooltip="Calculation" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_be4619f6_7a1c_480d_8dd1_e1329aedbb2b [id="id_be4619f6_7a1c_480d_8dd1_e1329aedbb2b#Return" pos="0.0,9995.3125!" 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_18463ebc_33e7_4ab8_b115_fd3c27c48b90:s -> id_3079c782_f61a_4e9a_916f_9a6374eaba86:n [id="id_18463ebc_33e7_4ab8_b115_fd3c27c48b90@fun-main" tailtooltip=" " edgetooltip=" "]
  id_3079c782_f61a_4e9a_916f_9a6374eaba86:s -> id_e6c4dbb1_52e7_47ff_af5b_5f834a1bdef4:n [id="id_3079c782_f61a_4e9a_916f_9a6374eaba86@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e6c4dbb1_52e7_47ff_af5b_5f834a1bdef4:s -> id_d65379fc_c6c1_44a1_b295_2bd56c480353:n [id="id_e6c4dbb1_52e7_47ff_af5b_5f834a1bdef4@fun-main" tailtooltip=" " edgetooltip=" "]
  id_d65379fc_c6c1_44a1_b295_2bd56c480353:s -> id_30c766f5_8048_493b_8557_080f409e0239:n [id="id_d65379fc_c6c1_44a1_b295_2bd56c480353@fun-main" tailtooltip=" " edgetooltip=" "]
  id_30c766f5_8048_493b_8557_080f409e0239:s -> id_be4619f6_7a1c_480d_8dd1_e1329aedbb2b:n [id="id_30c766f5_8048_493b_8557_080f409e0239@fun-main" tailtooltip=" " edgetooltip=" "]

}
