
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_1f4887a8_1b6b_4022_bcc6_7f844040220e [id="id_1f4887a8_1b6b_4022_bcc6_7f844040220e#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_f3bf62a0_90b6_4266_8acf_6a2cfe59f06d [id="id_f3bf62a0_90b6_4266_8acf_6a2cfe59f06d#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 3" tooltip="x: Integer = 3" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_ac5053ea_ce4b_4504_8487_45dc859cc39e [id="id_ac5053ea_ce4b_4504_8487_45dc859cc39e#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y = 4" tooltip="y: Integer = 4" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_b404f2b6_74b9_4970_b338_d18dba70f963 [id="id_b404f2b6_74b9_4970_b338_d18dba70f963#Assign" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = x+y" tooltip="x = x+y" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_48afc178_a30a_4841_9c7c_3b4dcfecb011 [id="id_48afc178_a30a_4841_9c7c_3b4dcfecb011#Assign" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y = x-y" tooltip="y = x-y" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_cbf370b4_2130_41cf_bcc7_0f7a884cf61b [id="id_cbf370b4_2130_41cf_bcc7_0f7a884cf61b#Assign" pos="0.0,9995.3125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = x-y" tooltip="x = x-y" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_81914046_0129_405d_a5e4_42ba503bda46 [id="id_81914046_0129_405d_a5e4_42ba503bda46#Output" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_570d1912_9afd_4dc4_8626_f9c41a50eef6 [id="id_570d1912_9afd_4dc4_8626_f9c41a50eef6#Output" pos="0.0,9993.4375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="y" tooltip="y" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d21433ad_ef16_4e2c_842c_34ec1485a297 [id="id_d21433ad_ef16_4e2c_842c_34ec1485a297#Return" pos="0.0,9992.5!" 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_1f4887a8_1b6b_4022_bcc6_7f844040220e:s -> id_f3bf62a0_90b6_4266_8acf_6a2cfe59f06d:n [id="id_1f4887a8_1b6b_4022_bcc6_7f844040220e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f3bf62a0_90b6_4266_8acf_6a2cfe59f06d:s -> id_ac5053ea_ce4b_4504_8487_45dc859cc39e:n [id="id_f3bf62a0_90b6_4266_8acf_6a2cfe59f06d@fun-main" tailtooltip=" " edgetooltip=" "]
  id_ac5053ea_ce4b_4504_8487_45dc859cc39e:s -> id_b404f2b6_74b9_4970_b338_d18dba70f963:n [id="id_ac5053ea_ce4b_4504_8487_45dc859cc39e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b404f2b6_74b9_4970_b338_d18dba70f963:s -> id_48afc178_a30a_4841_9c7c_3b4dcfecb011:n [id="id_b404f2b6_74b9_4970_b338_d18dba70f963@fun-main" tailtooltip=" " edgetooltip=" "]
  id_48afc178_a30a_4841_9c7c_3b4dcfecb011:s -> id_cbf370b4_2130_41cf_bcc7_0f7a884cf61b:n [id="id_48afc178_a30a_4841_9c7c_3b4dcfecb011@fun-main" tailtooltip=" " edgetooltip=" "]
  id_cbf370b4_2130_41cf_bcc7_0f7a884cf61b:s -> id_81914046_0129_405d_a5e4_42ba503bda46:n [id="id_cbf370b4_2130_41cf_bcc7_0f7a884cf61b@fun-main" tailtooltip=" " edgetooltip=" "]
  id_81914046_0129_405d_a5e4_42ba503bda46:s -> id_570d1912_9afd_4dc4_8626_f9c41a50eef6:n [id="id_81914046_0129_405d_a5e4_42ba503bda46@fun-main" tailtooltip=" " edgetooltip=" "]
  id_570d1912_9afd_4dc4_8626_f9c41a50eef6:s -> id_d21433ad_ef16_4e2c_842c_34ec1485a297:n [id="id_570d1912_9afd_4dc4_8626_f9c41a50eef6@fun-main" tailtooltip=" " edgetooltip=" "]

}
