
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_927ca929_801f_4211_ad65_ae703f0a3b8a [id="id_927ca929_801f_4211_ad65_ae703f0a3b8a#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_1752ff72_88d0_40d6_89b8_8c2de32bdad8 [id="id_1752ff72_88d0_40d6_89b8_8c2de32bdad8#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 0" tooltip="x: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_6e3ef7bb_0242_491c_8440_65f3b52aa0ee [id="id_6e3ef7bb_0242_491c_8440_65f3b52aa0ee#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y = 0" tooltip="y: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_a7d6bc7c_a5f9_45ba_9444_ac8f43497da7 [id="id_a7d6bc7c_a5f9_45ba_9444_ac8f43497da7#Input" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_cd7ef3d8_3a62_4224_8149_dc05f5acfaf3 [id="id_cd7ef3d8_3a62_4224_8149_dc05f5acfaf3#Input" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y" tooltip="y" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_5d1061a8_b248_4fc0_96c7_217a34768055 [id="id_5d1061a8_b248_4fc0_96c7_217a34768055#Declare" pos="0.0,9995.3125!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="total = x * y" tooltip="total: Integer = x * y" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_86283660_aeab_4f34_acde_5f056e3b79c4 [id="id_86283660_aeab_4f34_acde_5f056e3b79c4#Output" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="total" tooltip="total" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_c02a13cb_a465_4302_8ebb_5a447e60e6b0 [id="id_c02a13cb_a465_4302_8ebb_5a447e60e6b0#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_927ca929_801f_4211_ad65_ae703f0a3b8a:s -> id_1752ff72_88d0_40d6_89b8_8c2de32bdad8:n [id="id_927ca929_801f_4211_ad65_ae703f0a3b8a@fun-main" tailtooltip=" " edgetooltip=" "]
  id_1752ff72_88d0_40d6_89b8_8c2de32bdad8:s -> id_6e3ef7bb_0242_491c_8440_65f3b52aa0ee:n [id="id_1752ff72_88d0_40d6_89b8_8c2de32bdad8@fun-main" tailtooltip=" " edgetooltip=" "]
  id_6e3ef7bb_0242_491c_8440_65f3b52aa0ee:s -> id_a7d6bc7c_a5f9_45ba_9444_ac8f43497da7:n [id="id_6e3ef7bb_0242_491c_8440_65f3b52aa0ee@fun-main" tailtooltip=" " edgetooltip=" "]
  id_a7d6bc7c_a5f9_45ba_9444_ac8f43497da7:s -> id_cd7ef3d8_3a62_4224_8149_dc05f5acfaf3:n [id="id_a7d6bc7c_a5f9_45ba_9444_ac8f43497da7@fun-main" tailtooltip=" " edgetooltip=" "]
  id_cd7ef3d8_3a62_4224_8149_dc05f5acfaf3:s -> id_5d1061a8_b248_4fc0_96c7_217a34768055:n [id="id_cd7ef3d8_3a62_4224_8149_dc05f5acfaf3@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5d1061a8_b248_4fc0_96c7_217a34768055:s -> id_86283660_aeab_4f34_acde_5f056e3b79c4:n [id="id_5d1061a8_b248_4fc0_96c7_217a34768055@fun-main" tailtooltip=" " edgetooltip=" "]
  id_86283660_aeab_4f34_acde_5f056e3b79c4:s -> id_c02a13cb_a465_4302_8ebb_5a447e60e6b0:n [id="id_86283660_aeab_4f34_acde_5f056e3b79c4@fun-main" tailtooltip=" " edgetooltip=" "]

}
