
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_65bcd5e4_4b86_4d4d_80dc_8a6fa202897a [id="id_65bcd5e4_4b86_4d4d_80dc_8a6fa202897a#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_f09afb4e_8054_4dc4_a234_a40a78dda558 [id="id_f09afb4e_8054_4dc4_a234_a40a78dda558#Declare" pos="0.0,9999.0625!" height=0.4 width=1.52 fixedsize=true group="fun-main"    label="contador = 0" tooltip="contador: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_cb494a42_0098_4f99_b307_300c76226b12 [id="id_cb494a42_0098_4f99_b307_300c76226b12#Declare" pos="0.0,9998.125!" height=0.4 width=1.08 fixedsize=true group="fun-main"    label="soma = 0" tooltip="soma: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_62fd0d70_f64d_47c6_b11b_5f6175735682 [id="id_62fd0d70_f64d_47c6_b11b_5f6175735682#Declare" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="num" tooltip="num: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [id="id_8ef7055a_9095_4d32_9cb7_61669b0b88fe#While" pos="0.0,9996.25!" height=0.5 width=1.71 fixedsize=true group="fun-main" 
    label="contador<=9" tooltip="contador<=9" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [pos="2.5,9996.25!" shape=point width=0]
  false_dummy_up_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [pos="-1.25,9996.25!" shape=point width=0]
  
  id_533e5500_0a57_4651_b910_5c223524d726 [id="id_533e5500_0a57_4651_b910_5c223524d726#Input" pos="2.5,9995.3125!" height=0.4 width=1.0 fixedsize=true group="id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36"    label="num" tooltip="num" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_7479a292_805d_4f63_9b93_bc93002abf82 [id="id_7479a292_805d_4f63_9b93_bc93002abf82#Assign" pos="2.5,9994.375!" height=0.4 width=2.0700000000000003 fixedsize=true group="id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36"    label="soma = soma + num" tooltip="soma = soma + num" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_9c9942c3_7a37_4264_9928_1818ffc2dbb5 [id="id_9c9942c3_7a37_4264_9928_1818ffc2dbb5#Output" pos="2.5,9993.4375!" height=0.4 width=1.0 fixedsize=true group="id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36"    label="soma" tooltip="soma" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_173be10d_a0dd_4ccd_9aa6_a2d4170fc0c4 [id="id_173be10d_a0dd_4ccd_9aa6_a2d4170fc0c4#Assign" pos="2.5,9992.5!" height=0.4 width=2.5100000000000002 fixedsize=true group="id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36"    label="contador = contador+1" tooltip="contador = contador+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [pos="2.5,9991.666666666666!" shape=point width=0]
  true_dummy_down_left_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [pos="0.0,9991.666666666666!" shape=point width=0]
  false_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [pos="-1.25,9991.5625!" shape=point width=0]
  end_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [pos="0.0,9991.5625!" group="fun-main" shape=point width=0]
  
  
  id_6b62fdbf_b75f_4dcd_b4df_e46b556e3056 [id="id_6b62fdbf_b75f_4dcd_b4df_e46b556e3056#Return" pos="0.0,9990.625!" 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_65bcd5e4_4b86_4d4d_80dc_8a6fa202897a:s -> id_f09afb4e_8054_4dc4_a234_a40a78dda558:n [id="id_65bcd5e4_4b86_4d4d_80dc_8a6fa202897a@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f09afb4e_8054_4dc4_a234_a40a78dda558:s -> id_cb494a42_0098_4f99_b307_300c76226b12:n [id="id_f09afb4e_8054_4dc4_a234_a40a78dda558@fun-main" tailtooltip=" " edgetooltip=" "]
  id_cb494a42_0098_4f99_b307_300c76226b12:s -> id_62fd0d70_f64d_47c6_b11b_5f6175735682:n [id="id_cb494a42_0098_4f99_b307_300c76226b12@fun-main" tailtooltip=" " edgetooltip=" "]
  id_62fd0d70_f64d_47c6_b11b_5f6175735682:s -> id_8ef7055a_9095_4d32_9cb7_61669b0b88fe:n [id="id_62fd0d70_f64d_47c6_b11b_5f6175735682@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_8ef7055a_9095_4d32_9cb7_61669b0b88fe:e -> true_dummy_up_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [id="id_8ef7055a_9095_4d32_9cb7_61669b0b88fe@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe -> id_533e5500_0a57_4651_b910_5c223524d726:n [id="id_8ef7055a_9095_4d32_9cb7_61669b0b88fe@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" "]
  
  id_533e5500_0a57_4651_b910_5c223524d726:s -> id_7479a292_805d_4f63_9b93_bc93002abf82:n [id="id_533e5500_0a57_4651_b910_5c223524d726@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" "]
  id_7479a292_805d_4f63_9b93_bc93002abf82:s -> id_9c9942c3_7a37_4264_9928_1818ffc2dbb5:n [id="id_7479a292_805d_4f63_9b93_bc93002abf82@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" "]
  id_9c9942c3_7a37_4264_9928_1818ffc2dbb5:s -> id_173be10d_a0dd_4ccd_9aa6_a2d4170fc0c4:n [id="id_9c9942c3_7a37_4264_9928_1818ffc2dbb5@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" "]
  id_173be10d_a0dd_4ccd_9aa6_a2d4170fc0c4:s -> true_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe:n [id="id_173be10d_a0dd_4ccd_9aa6_a2d4170fc0c4@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe -> true_dummy_down_left_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [id="id_173be10d_a0dd_4ccd_9aa6_a2d4170fc0c4@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe -> id_8ef7055a_9095_4d32_9cb7_61669b0b88fe:s [id="id_173be10d_a0dd_4ccd_9aa6_a2d4170fc0c4@id_199a07f1_67f3_4b7c_a26b_2cfd9a8ddf36" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_8ef7055a_9095_4d32_9cb7_61669b0b88fe:w -> false_dummy_up_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [id="id_8ef7055a_9095_4d32_9cb7_61669b0b88fe@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe -> false_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [id="id_8ef7055a_9095_4d32_9cb7_61669b0b88fe@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe -> end_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe [id="id_8ef7055a_9095_4d32_9cb7_61669b0b88fe@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_8ef7055a_9095_4d32_9cb7_61669b0b88fe -> id_6b62fdbf_b75f_4dcd_b4df_e46b556e3056 [id="id_8ef7055a_9095_4d32_9cb7_61669b0b88fe@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
