
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_415c6a7a_1bd2_4aaa_bc00_614473767195 [id="id_415c6a7a_1bd2_4aaa_bc00_614473767195#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_6e7c6b12_2dc5_4cc9_a756_92b2044c8286 [id="id_6e7c6b12_2dc5_4cc9_a756_92b2044c8286#Declare" pos="0.0,9999.0625!" height=0.4 width=1.19 fixedsize=true group="fun-main"    label="edad1 = 0" tooltip="edad1: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_ecbfc8c1_71cc_4c85_b404_98d8e24c2631 [id="id_ecbfc8c1_71cc_4c85_b404_98d8e24c2631#Declare" pos="0.0,9998.125!" height=0.4 width=1.3 fixedsize=true group="fun-main"    label="edad2 = 18" tooltip="edad2: Integer = 18" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_1d8c83bd_2a73_433a_9cab_86fc1f986333 [id="id_1d8c83bd_2a73_433a_9cab_86fc1f986333#Output" pos="0.0,9997.1875!" height=0.4 width=2.29 fixedsize=true group="fun-main"    label="\"Escribe tu edad\"" tooltip="\"Escribe tu edad\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_9836cfd7_e6ba_4cfc_b759_aaa070c013ab [id="id_9836cfd7_e6ba_4cfc_b759_aaa070c013ab#Input" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="edad1" tooltip="edad1" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [id="id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8#If" pos="0.0,9995.3125!" height=0.5 width=1.82 fixedsize=true group="fun-main" 
    label="edad1>=edad2" tooltip="edad1>=edad2" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [pos="2.5,9995.3125!" shape=point width=0]
  false_dummy_up_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [pos="-2.5,9995.3125!" shape=point width=0]
  
  id_bcc8ca4b_bd16_491d_b43f_f540ea2fa68a [id="id_bcc8ca4b_bd16_491d_b43f_f540ea2fa68a#Output" pos="2.5,9994.375!" height=0.4 width=2.62 fixedsize=true group="id_f9c554b5_c719_4aeb_a53e_ff9ee7c4ee02"    label="\"eres mayor de edad\"" tooltip="\"eres mayor de edad\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_d91cfa63_7c55_4958_9bcc_ff9dea75403b [id="id_d91cfa63_7c55_4958_9bcc_ff9dea75403b#Output" pos="-2.5,9994.375!" height=0.4 width=2.62 fixedsize=true group="id_b3d6e5ac_8dfd_4f94_9b36_3ebb8d6b02a3"    label="\"eres menor de edad\"" tooltip="\"eres menor de edad\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [ pos="2.5,9993.4375!" shape=point width=0]
  false_dummy_down_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [ pos="-2.5,9993.4375!" shape=point width=0]
  
  end_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [id="end_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8#IfEnd" class="flowrun-not-selectable" pos="0.0,9993.4375!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_71e892d8_ada1_483a_8927_bc4c686c98a2 [id="id_71e892d8_ada1_483a_8927_bc4c686c98a2#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_415c6a7a_1bd2_4aaa_bc00_614473767195:s -> id_6e7c6b12_2dc5_4cc9_a756_92b2044c8286:n [id="id_415c6a7a_1bd2_4aaa_bc00_614473767195@fun-main" tailtooltip=" " edgetooltip=" "]
  id_6e7c6b12_2dc5_4cc9_a756_92b2044c8286:s -> id_ecbfc8c1_71cc_4c85_b404_98d8e24c2631:n [id="id_6e7c6b12_2dc5_4cc9_a756_92b2044c8286@fun-main" tailtooltip=" " edgetooltip=" "]
  id_ecbfc8c1_71cc_4c85_b404_98d8e24c2631:s -> id_1d8c83bd_2a73_433a_9cab_86fc1f986333:n [id="id_ecbfc8c1_71cc_4c85_b404_98d8e24c2631@fun-main" tailtooltip=" " edgetooltip=" "]
  id_1d8c83bd_2a73_433a_9cab_86fc1f986333:s -> id_9836cfd7_e6ba_4cfc_b759_aaa070c013ab:n [id="id_1d8c83bd_2a73_433a_9cab_86fc1f986333@fun-main" tailtooltip=" " edgetooltip=" "]
  id_9836cfd7_e6ba_4cfc_b759_aaa070c013ab:s -> id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8:n [id="id_9836cfd7_e6ba_4cfc_b759_aaa070c013ab@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8:e -> true_dummy_up_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [id="id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8@id_f9c554b5_c719_4aeb_a53e_ff9ee7c4ee02" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 -> id_bcc8ca4b_bd16_491d_b43f_f540ea2fa68a:n [id="id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8@id_f9c554b5_c719_4aeb_a53e_ff9ee7c4ee02" tailtooltip=" " edgetooltip=" "]
  
  id_bcc8ca4b_bd16_491d_b43f_f540ea2fa68a:s -> true_dummy_down_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8:n [id="id_bcc8ca4b_bd16_491d_b43f_f540ea2fa68a@id_f9c554b5_c719_4aeb_a53e_ff9ee7c4ee02" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 -> end_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [id="id_bcc8ca4b_bd16_491d_b43f_f540ea2fa68a@id_f9c554b5_c719_4aeb_a53e_ff9ee7c4ee02" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8:w -> false_dummy_up_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [id="id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8@id_b3d6e5ac_8dfd_4f94_9b36_3ebb8d6b02a3" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 -> id_d91cfa63_7c55_4958_9bcc_ff9dea75403b:n [id="id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8@id_b3d6e5ac_8dfd_4f94_9b36_3ebb8d6b02a3" tailtooltip=" " edgetooltip=" "]
  
  id_d91cfa63_7c55_4958_9bcc_ff9dea75403b:s -> false_dummy_down_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8:n [id="id_d91cfa63_7c55_4958_9bcc_ff9dea75403b@id_b3d6e5ac_8dfd_4f94_9b36_3ebb8d6b02a3" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 -> end_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8 [id="id_d91cfa63_7c55_4958_9bcc_ff9dea75403b@id_b3d6e5ac_8dfd_4f94_9b36_3ebb8d6b02a3" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8:s -> id_71e892d8_ada1_483a_8927_bc4c686c98a2:n [id="end_id_dc50b239_2ac9_4e7d_97dd_dfc9b9a79fa8@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
