
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_857ae2fc_4185_4b61_bb7d_07e66fe6d80c [id="id_857ae2fc_4185_4b61_bb7d_07e66fe6d80c#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_9a1fabb6_4714_4b5c_be09_eaf7269b8f5a [id="id_9a1fabb6_4714_4b5c_be09_eaf7269b8f5a#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_92cac5f8_5cb7_476f_91cf_b40db9244c26 [id="id_92cac5f8_5cb7_476f_91cf_b40db9244c26#Assign" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 3" tooltip="x = 3" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_efd39cf4_47bb_48ce_87f7_37704c53fe16 [id="id_efd39cf4_47bb_48ce_87f7_37704c53fe16#Declare" pos="0.0,9997.1875!" height=0.4 width=1.08 fixedsize=true group="fun-main"    label="cont = 0" tooltip="cont: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [id="id_3384ec10_a9e5_46a9_bb94_68fa87fba78d#While" pos="0.0,9996.25!" height=0.5 width=1.6 fixedsize=true group="fun-main" 
    label="cont <= 10" tooltip="cont <= 10" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [pos="1.25,9996.25!" shape=point width=0]
  false_dummy_up_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [pos="-1.25,9996.25!" shape=point width=0]
  
  id_06690f1e_76e5_4b8f_bb34_6c7f70ea5268 [id="id_06690f1e_76e5_4b8f_bb34_6c7f70ea5268#Output" pos="1.25,9995.3125!" height=0.4 width=1.08 fixedsize=true group="id_27242269_d445_4adc_bbd8_ea51d961613c"    label="x * cont" tooltip="x * cont" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f914dbb4_d54f_4ecb_a67b_fb62ec7b185c [id="id_f914dbb4_d54f_4ecb_a67b_fb62ec7b185c#Assign" pos="1.25,9994.375!" height=0.4 width=1.8499999999999999 fixedsize=true group="id_27242269_d445_4adc_bbd8_ea51d961613c"    label="cont = cont + 1" tooltip="cont = cont + 1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [pos="1.25,9993.541666666666!" shape=point width=0]
  true_dummy_down_left_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [pos="0.0,9993.541666666666!" shape=point width=0]
  false_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [pos="-1.25,9993.4375!" shape=point width=0]
  end_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [pos="0.0,9993.4375!" group="fun-main" shape=point width=0]
  
  
  id_91f6f21c_4f4a_4170_a72d_27ae136479c8 [id="id_91f6f21c_4f4a_4170_a72d_27ae136479c8#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_857ae2fc_4185_4b61_bb7d_07e66fe6d80c:s -> id_9a1fabb6_4714_4b5c_be09_eaf7269b8f5a:n [id="id_857ae2fc_4185_4b61_bb7d_07e66fe6d80c@fun-main" tailtooltip=" " edgetooltip=" "]
  id_9a1fabb6_4714_4b5c_be09_eaf7269b8f5a:s -> id_92cac5f8_5cb7_476f_91cf_b40db9244c26:n [id="id_9a1fabb6_4714_4b5c_be09_eaf7269b8f5a@fun-main" tailtooltip=" " edgetooltip=" "]
  id_92cac5f8_5cb7_476f_91cf_b40db9244c26:s -> id_efd39cf4_47bb_48ce_87f7_37704c53fe16:n [id="id_92cac5f8_5cb7_476f_91cf_b40db9244c26@fun-main" tailtooltip=" " edgetooltip=" "]
  id_efd39cf4_47bb_48ce_87f7_37704c53fe16:s -> id_3384ec10_a9e5_46a9_bb94_68fa87fba78d:n [id="id_efd39cf4_47bb_48ce_87f7_37704c53fe16@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_3384ec10_a9e5_46a9_bb94_68fa87fba78d:e -> true_dummy_up_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [id="id_3384ec10_a9e5_46a9_bb94_68fa87fba78d@id_27242269_d445_4adc_bbd8_ea51d961613c" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d -> id_06690f1e_76e5_4b8f_bb34_6c7f70ea5268:n [id="id_3384ec10_a9e5_46a9_bb94_68fa87fba78d@id_27242269_d445_4adc_bbd8_ea51d961613c" tailtooltip=" " edgetooltip=" "]
  
  id_06690f1e_76e5_4b8f_bb34_6c7f70ea5268:s -> id_f914dbb4_d54f_4ecb_a67b_fb62ec7b185c:n [id="id_06690f1e_76e5_4b8f_bb34_6c7f70ea5268@id_27242269_d445_4adc_bbd8_ea51d961613c" tailtooltip=" " edgetooltip=" "]
  id_f914dbb4_d54f_4ecb_a67b_fb62ec7b185c:s -> true_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d:n [id="id_f914dbb4_d54f_4ecb_a67b_fb62ec7b185c@id_27242269_d445_4adc_bbd8_ea51d961613c" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d -> true_dummy_down_left_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [id="id_f914dbb4_d54f_4ecb_a67b_fb62ec7b185c@id_27242269_d445_4adc_bbd8_ea51d961613c" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d -> id_3384ec10_a9e5_46a9_bb94_68fa87fba78d:s [id="id_f914dbb4_d54f_4ecb_a67b_fb62ec7b185c@id_27242269_d445_4adc_bbd8_ea51d961613c" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_3384ec10_a9e5_46a9_bb94_68fa87fba78d:w -> false_dummy_up_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [id="id_3384ec10_a9e5_46a9_bb94_68fa87fba78d@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d -> false_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [id="id_3384ec10_a9e5_46a9_bb94_68fa87fba78d@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d -> end_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d [id="id_3384ec10_a9e5_46a9_bb94_68fa87fba78d@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_3384ec10_a9e5_46a9_bb94_68fa87fba78d -> id_91f6f21c_4f4a_4170_a72d_27ae136479c8 [id="id_3384ec10_a9e5_46a9_bb94_68fa87fba78d@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
