
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_d96a6eb6_a42c_446a_99d9_17838a1edc47 [id="id_d96a6eb6_a42c_446a_99d9_17838a1edc47#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_c9e70c7d_e93a_4e6b_921d_e65cf9cb6b26 [id="id_c9e70c7d_e93a_4e6b_921d_e65cf9cb6b26#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="input" tooltip="input: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_9a54cdc5_9ad3_4c77_9ad1_134b78a95178 [id="id_9a54cdc5_9ad3_4c77_9ad1_134b78a95178#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="i = 0" tooltip="i: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_cc2cf69c_3f49_4755_a914_2c1a3c665cfd [id="id_cc2cf69c_3f49_4755_a914_2c1a3c665cfd#Input" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="input" tooltip="input" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f8b0ccb6_9ec5_4fe9_941a_bac43ba23049 [id="id_f8b0ccb6_9ec5_4fe9_941a_bac43ba23049#Declare" pos="0.0,9996.25!" height=0.4 width=1.19 fixedsize=true group="fun-main"    label="y = input" tooltip="y: Integer = input" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [id="id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9#While" pos="0.0,9995.3125!" height=0.5 width=1.0 fixedsize=true group="fun-main" 
    label="i<3" tooltip="i<3" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [pos="1.25,9995.3125!" shape=point width=0]
  false_dummy_up_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [pos="-1.25,9995.3125!" shape=point width=0]
  
  id_b8b5e5db_ee69_4b84_a279_a15769494c2a [id="id_b8b5e5db_ee69_4b84_a279_a15769494c2a#Input" pos="1.25,9994.375!" height=0.4 width=1.0 fixedsize=true group="id_b0eac917_d55a_4388_bb8f_befc6568fbf2"    label="y" tooltip="y" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_a4d2c9d2_e42d_4d58_b1d1_1f6be1ac5a34 [id="id_a4d2c9d2_e42d_4d58_b1d1_1f6be1ac5a34#Assign" pos="1.25,9993.4375!" height=0.4 width=1.41 fixedsize=true group="id_b0eac917_d55a_4388_bb8f_befc6568fbf2"    label="y = y*input" tooltip="y = y*input" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_fcfda618_4ade_403d_a325_596a3b1017f8 [id="id_fcfda618_4ade_403d_a325_596a3b1017f8#Assign" pos="1.25,9992.5!" height=0.4 width=1.0 fixedsize=true group="id_b0eac917_d55a_4388_bb8f_befc6568fbf2"    label="i = i+1" tooltip="i = i+1" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  
  true_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [pos="1.25,9991.666666666666!" shape=point width=0]
  true_dummy_down_left_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [pos="0.0,9991.666666666666!" shape=point width=0]
  false_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [pos="-1.25,9991.5625!" shape=point width=0]
  end_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [pos="0.0,9991.5625!" group="fun-main" shape=point width=0]
  
  
  id_c1d1a456_882f_49e8_b5e8_dfa70d7c0fcd [id="id_c1d1a456_882f_49e8_b5e8_dfa70d7c0fcd#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_d96a6eb6_a42c_446a_99d9_17838a1edc47:s -> id_c9e70c7d_e93a_4e6b_921d_e65cf9cb6b26:n [id="id_d96a6eb6_a42c_446a_99d9_17838a1edc47@fun-main" tailtooltip=" " edgetooltip=" "]
  id_c9e70c7d_e93a_4e6b_921d_e65cf9cb6b26:s -> id_9a54cdc5_9ad3_4c77_9ad1_134b78a95178:n [id="id_c9e70c7d_e93a_4e6b_921d_e65cf9cb6b26@fun-main" tailtooltip=" " edgetooltip=" "]
  id_9a54cdc5_9ad3_4c77_9ad1_134b78a95178:s -> id_cc2cf69c_3f49_4755_a914_2c1a3c665cfd:n [id="id_9a54cdc5_9ad3_4c77_9ad1_134b78a95178@fun-main" tailtooltip=" " edgetooltip=" "]
  id_cc2cf69c_3f49_4755_a914_2c1a3c665cfd:s -> id_f8b0ccb6_9ec5_4fe9_941a_bac43ba23049:n [id="id_cc2cf69c_3f49_4755_a914_2c1a3c665cfd@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f8b0ccb6_9ec5_4fe9_941a_bac43ba23049:s -> id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9:n [id="id_f8b0ccb6_9ec5_4fe9_941a_bac43ba23049@fun-main" tailtooltip=" " edgetooltip=" "]
  ## WHILE-TRUE
  id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9:e -> true_dummy_up_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [id="id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9@id_b0eac917_d55a_4388_bb8f_befc6568fbf2" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 -> id_b8b5e5db_ee69_4b84_a279_a15769494c2a:n [id="id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9@id_b0eac917_d55a_4388_bb8f_befc6568fbf2" tailtooltip=" " edgetooltip=" "]
  
  id_b8b5e5db_ee69_4b84_a279_a15769494c2a:s -> id_a4d2c9d2_e42d_4d58_b1d1_1f6be1ac5a34:n [id="id_b8b5e5db_ee69_4b84_a279_a15769494c2a@id_b0eac917_d55a_4388_bb8f_befc6568fbf2" tailtooltip=" " edgetooltip=" "]
  id_a4d2c9d2_e42d_4d58_b1d1_1f6be1ac5a34:s -> id_fcfda618_4ade_403d_a325_596a3b1017f8:n [id="id_a4d2c9d2_e42d_4d58_b1d1_1f6be1ac5a34@id_b0eac917_d55a_4388_bb8f_befc6568fbf2" tailtooltip=" " edgetooltip=" "]
  id_fcfda618_4ade_403d_a325_596a3b1017f8:s -> true_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9:n [id="id_fcfda618_4ade_403d_a325_596a3b1017f8@id_b0eac917_d55a_4388_bb8f_befc6568fbf2" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 -> true_dummy_down_left_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [id="id_fcfda618_4ade_403d_a325_596a3b1017f8@id_b0eac917_d55a_4388_bb8f_befc6568fbf2" tailtooltip=" " edgetooltip=" " arrowhead=none]
  true_dummy_down_left_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 -> id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9:s [id="id_fcfda618_4ade_403d_a325_596a3b1017f8@id_b0eac917_d55a_4388_bb8f_befc6568fbf2" tailtooltip=" " edgetooltip=" "]
  
  ## WHILE-FALSE
  id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9:w -> false_dummy_up_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [id="id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 -> false_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [id="id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  false_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 -> end_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 [id="id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9@fun-main" tailtooltip=" " edgetooltip=" " arrowhead=none]
  end_dummy_down_id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9 -> id_c1d1a456_882f_49e8_b5e8_dfa70d7c0fcd [id="id_f2c0608c_847c_46c2_b30b_9e45d1b6e5e9@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
