
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_bc444a86_2c74_421b_b5a8_c039d2bc072b [id="id_bc444a86_2c74_421b_b5a8_c039d2bc072b#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_66b74c72_df0c_4f82_ab48_565b76bf0191 [id="id_66b74c72_df0c_4f82_ab48_565b76bf0191#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_e6b5ee0b_63aa_4b52_8364_79b52fd364f2 [id="id_e6b5ee0b_63aa_4b52_8364_79b52fd364f2#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_735d38b0_9522_4642_bcb6_a224b1e27fcd [id="id_735d38b0_9522_4642_bcb6_a224b1e27fcd#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_07a40d5c_4907_4362_82d2_8f3291525465 [id="id_07a40d5c_4907_4362_82d2_8f3291525465#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_792fe1d7_1afb_4c39_915d_2b29414eeb62 [id="id_792fe1d7_1afb_4c39_915d_2b29414eeb62#Declare" pos="0.0,9995.3125!" height=0.4 width=1.63 fixedsize=true group="fun-main"    label="mutiply = x*y" tooltip="mutiply: Integer = x*y" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_263c7610_5ff3_4601_91c4_4613a9343430 [id="id_263c7610_5ff3_4601_91c4_4613a9343430#Output" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="mutiply" tooltip="mutiply" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_bc16e365_aa5f_403e_885c_1abb203e5f0a [id="id_bc16e365_aa5f_403e_885c_1abb203e5f0a#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_bc444a86_2c74_421b_b5a8_c039d2bc072b:s -> id_66b74c72_df0c_4f82_ab48_565b76bf0191:n [id="id_bc444a86_2c74_421b_b5a8_c039d2bc072b@fun-main" tailtooltip=" " edgetooltip=" "]
  id_66b74c72_df0c_4f82_ab48_565b76bf0191:s -> id_e6b5ee0b_63aa_4b52_8364_79b52fd364f2:n [id="id_66b74c72_df0c_4f82_ab48_565b76bf0191@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e6b5ee0b_63aa_4b52_8364_79b52fd364f2:s -> id_735d38b0_9522_4642_bcb6_a224b1e27fcd:n [id="id_e6b5ee0b_63aa_4b52_8364_79b52fd364f2@fun-main" tailtooltip=" " edgetooltip=" "]
  id_735d38b0_9522_4642_bcb6_a224b1e27fcd:s -> id_07a40d5c_4907_4362_82d2_8f3291525465:n [id="id_735d38b0_9522_4642_bcb6_a224b1e27fcd@fun-main" tailtooltip=" " edgetooltip=" "]
  id_07a40d5c_4907_4362_82d2_8f3291525465:s -> id_792fe1d7_1afb_4c39_915d_2b29414eeb62:n [id="id_07a40d5c_4907_4362_82d2_8f3291525465@fun-main" tailtooltip=" " edgetooltip=" "]
  id_792fe1d7_1afb_4c39_915d_2b29414eeb62:s -> id_263c7610_5ff3_4601_91c4_4613a9343430:n [id="id_792fe1d7_1afb_4c39_915d_2b29414eeb62@fun-main" tailtooltip=" " edgetooltip=" "]
  id_263c7610_5ff3_4601_91c4_4613a9343430:s -> id_bc16e365_aa5f_403e_885c_1abb203e5f0a:n [id="id_263c7610_5ff3_4601_91c4_4613a9343430@fun-main" tailtooltip=" " edgetooltip=" "]

}
