
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_9b8197e5_1463_4e76_9447_4f2202325e31 [id="id_9b8197e5_1463_4e76_9447_4f2202325e31#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_b65c6532_2b49_487b_b94f_aeeff58d4ff5 [id="id_b65c6532_2b49_487b_b94f_aeeff58d4ff5#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_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [id="id_d55e2a53_27e4_44cc_9b29_f1518891c2a3#While" pos="0.0,9998.125!" height=0.5 width=1.05 fixedsize=true group="fun-main" 
    label="x < 3" tooltip="x < 3" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [pos="2.5,9998.125!" shape=point width=0]
  false_dummy_up_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [pos="-1.25,9998.125!" shape=point width=0]
  
  id_7416391b_32b5_471d_9a87_447a14546e12 [id="id_7416391b_32b5_471d_9a87_447a14546e12#Output" pos="2.5,9997.1875!" height=0.4 width=2.73 fixedsize=true group="id_4433007e_2a48_4f45_87de_5e61cf7afd03"    label="\"o valor de x é:\" + x" tooltip="\"o valor de x é:\" + x" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_e3406f3a_f5c6_4ff0_b7b8_e4d625d1a5ff [id="id_e3406f3a_f5c6_4ff0_b7b8_e4d625d1a5ff#Assign" pos="2.5,9996.25!" height=0.4 width=1.19 fixedsize=true group="id_4433007e_2a48_4f45_87de_5e61cf7afd03"    label="x = x + 1" tooltip="x = x + 1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [pos="2.5,9995.416666666666!" shape=point width=0]
  true_dummy_down_left_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [pos="0.0,9995.416666666666!" shape=point width=0]
  false_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [pos="-1.25,9995.3125!" shape=point width=0]
  end_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [pos="0.0,9995.3125!" group="fun-main" shape=point width=0]
  
  
  id_ab21f332_4de2_46c0_a6dc_6bedcef66b1c [id="id_ab21f332_4de2_46c0_a6dc_6bedcef66b1c#Output" pos="0.0,9994.375!" height=0.4 width=2.8400000000000003 fixedsize=true group="fun-main"    label="\"Programa finalizado.\"" tooltip="\"Programa finalizado.\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_8491d094_ee66_4523_ac51_be5048777354 [id="id_8491d094_ee66_4523_ac51_be5048777354#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_9b8197e5_1463_4e76_9447_4f2202325e31:s -> id_b65c6532_2b49_487b_b94f_aeeff58d4ff5:n [id="id_9b8197e5_1463_4e76_9447_4f2202325e31@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b65c6532_2b49_487b_b94f_aeeff58d4ff5:s -> id_d55e2a53_27e4_44cc_9b29_f1518891c2a3:n [id="id_b65c6532_2b49_487b_b94f_aeeff58d4ff5@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_d55e2a53_27e4_44cc_9b29_f1518891c2a3:e -> true_dummy_up_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [id="id_d55e2a53_27e4_44cc_9b29_f1518891c2a3@id_4433007e_2a48_4f45_87de_5e61cf7afd03" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 -> id_7416391b_32b5_471d_9a87_447a14546e12:n [id="id_d55e2a53_27e4_44cc_9b29_f1518891c2a3@id_4433007e_2a48_4f45_87de_5e61cf7afd03" tailtooltip=" " edgetooltip=" "]
  
  id_7416391b_32b5_471d_9a87_447a14546e12:s -> id_e3406f3a_f5c6_4ff0_b7b8_e4d625d1a5ff:n [id="id_7416391b_32b5_471d_9a87_447a14546e12@id_4433007e_2a48_4f45_87de_5e61cf7afd03" tailtooltip=" " edgetooltip=" "]
  id_e3406f3a_f5c6_4ff0_b7b8_e4d625d1a5ff:s -> true_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3:n [id="id_e3406f3a_f5c6_4ff0_b7b8_e4d625d1a5ff@id_4433007e_2a48_4f45_87de_5e61cf7afd03" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 -> true_dummy_down_left_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [id="id_e3406f3a_f5c6_4ff0_b7b8_e4d625d1a5ff@id_4433007e_2a48_4f45_87de_5e61cf7afd03" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 -> id_d55e2a53_27e4_44cc_9b29_f1518891c2a3:s [id="id_e3406f3a_f5c6_4ff0_b7b8_e4d625d1a5ff@id_4433007e_2a48_4f45_87de_5e61cf7afd03" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_d55e2a53_27e4_44cc_9b29_f1518891c2a3:w -> false_dummy_up_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [id="id_d55e2a53_27e4_44cc_9b29_f1518891c2a3@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 -> false_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [id="id_d55e2a53_27e4_44cc_9b29_f1518891c2a3@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 -> end_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 [id="id_d55e2a53_27e4_44cc_9b29_f1518891c2a3@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_d55e2a53_27e4_44cc_9b29_f1518891c2a3 -> id_ab21f332_4de2_46c0_a6dc_6bedcef66b1c [id="id_d55e2a53_27e4_44cc_9b29_f1518891c2a3@fun-main" tailtooltip=" " edgetooltip=" "]
  
  
  id_ab21f332_4de2_46c0_a6dc_6bedcef66b1c:s -> id_8491d094_ee66_4523_ac51_be5048777354:n [id="id_ab21f332_4de2_46c0_a6dc_6bedcef66b1c@fun-main" tailtooltip=" " edgetooltip=" "]

}
