
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_764bc657_e8a1_417b_84ad_38591659cc59 [id="id_764bc657_e8a1_417b_84ad_38591659cc59#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_e4992133_6d14_4679_a76d_fc8409d9e538 [id="id_e4992133_6d14_4679_a76d_fc8409d9e538#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="num1" tooltip="num1: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_7c730427_6240_4732_a288_9dd2ab96b96e [id="id_7c730427_6240_4732_a288_9dd2ab96b96e#Output" pos="0.0,9998.125!" height=0.4 width=1.96 fixedsize=true group="fun-main"    label="\"display num1\"" tooltip="\"display num1\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_b90a69e8_90a4_479a_870a_253709f4e874 [id="id_b90a69e8_90a4_479a_870a_253709f4e874#Input" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="num1" tooltip="num1" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [id="id_f02b1fb2_b454_40c2_9d39_cc805bd90463#If" pos="0.0,9996.25!" height=0.5 width=1.93 fixedsize=true group="fun-main" 
    label="num1 % 2 == 0" tooltip="num1 % 2 == 0" shape="diamond" fillcolor="#ffd166" color="#8f6400" fontcolor="black"]
  
  true_dummy_up_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [pos="1.25,9996.25!" shape=point width=0]
  false_dummy_up_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [pos="-1.25,9996.25!" shape=point width=0]
  
  id_808a3664_f08c_487c_8192_a2e6a6789d12 [id="id_808a3664_f08c_487c_8192_a2e6a6789d12#Output" pos="1.25,9995.3125!" height=0.4 width=1.8499999999999999 fixedsize=true group="id_8e0d3b62_2442_403c_acd9_7a2b821b6355"    label="\"even number\"" tooltip="\"even number\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_14990d66_6728_4a7e_a43b_dafca182c4b3 [id="id_14990d66_6728_4a7e_a43b_dafca182c4b3#Output" pos="-1.25,9995.3125!" height=0.4 width=1.74 fixedsize=true group="id_00d063c8_7a79_4d81_ae89_3e9293dbc23f"    label="\"odd number\"" tooltip="\"odd number\"" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  
  true_dummy_down_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [ pos="1.25,9994.375!" shape=point width=0]
  false_dummy_down_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [ pos="-1.25,9994.375!" shape=point width=0]
  
  end_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [id="end_id_f02b1fb2_b454_40c2_9d39_cc805bd90463#IfEnd" class="flowrun-not-selectable" pos="0.0,9994.375!" group="fun-main" fillcolor="#ffd166" color="#8f6400" fontcolor="black"
    label="" tooltip=" " shape="circle" fixedsize=true width=0.2 height=0.2]
  
  
  id_64f60807_eb14_4aa0_bf00_086c7d06c309 [id="id_64f60807_eb14_4aa0_bf00_086c7d06c309#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_764bc657_e8a1_417b_84ad_38591659cc59:s -> id_e4992133_6d14_4679_a76d_fc8409d9e538:n [id="id_764bc657_e8a1_417b_84ad_38591659cc59@fun-main" tailtooltip=" " edgetooltip=" "]
  id_e4992133_6d14_4679_a76d_fc8409d9e538:s -> id_7c730427_6240_4732_a288_9dd2ab96b96e:n [id="id_e4992133_6d14_4679_a76d_fc8409d9e538@fun-main" tailtooltip=" " edgetooltip=" "]
  id_7c730427_6240_4732_a288_9dd2ab96b96e:s -> id_b90a69e8_90a4_479a_870a_253709f4e874:n [id="id_7c730427_6240_4732_a288_9dd2ab96b96e@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b90a69e8_90a4_479a_870a_253709f4e874:s -> id_f02b1fb2_b454_40c2_9d39_cc805bd90463:n [id="id_b90a69e8_90a4_479a_870a_253709f4e874@fun-main" tailtooltip=" " edgetooltip=" "]
  ## IF-TRUE
  id_f02b1fb2_b454_40c2_9d39_cc805bd90463:e -> true_dummy_up_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [id="id_f02b1fb2_b454_40c2_9d39_cc805bd90463@id_8e0d3b62_2442_403c_acd9_7a2b821b6355" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="true" fontcolor="forestgreen"]
  true_dummy_up_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 -> id_808a3664_f08c_487c_8192_a2e6a6789d12:n [id="id_f02b1fb2_b454_40c2_9d39_cc805bd90463@id_8e0d3b62_2442_403c_acd9_7a2b821b6355" tailtooltip=" " edgetooltip=" "]
  
  id_808a3664_f08c_487c_8192_a2e6a6789d12:s -> true_dummy_down_id_f02b1fb2_b454_40c2_9d39_cc805bd90463:n [id="id_808a3664_f08c_487c_8192_a2e6a6789d12@id_8e0d3b62_2442_403c_acd9_7a2b821b6355" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  true_dummy_down_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 -> end_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [id="id_808a3664_f08c_487c_8192_a2e6a6789d12@id_8e0d3b62_2442_403c_acd9_7a2b821b6355" tailtooltip=" " edgetooltip=" "]
  
  
  ## IF-FALSE
  id_f02b1fb2_b454_40c2_9d39_cc805bd90463:w -> false_dummy_up_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [id="id_f02b1fb2_b454_40c2_9d39_cc805bd90463@id_00d063c8_7a79_4d81_ae89_3e9293dbc23f" tailtooltip=" " edgetooltip=" " arrowhead=none taillabel="false" fontcolor="red"]
  false_dummy_up_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 -> id_14990d66_6728_4a7e_a43b_dafca182c4b3:n [id="id_f02b1fb2_b454_40c2_9d39_cc805bd90463@id_00d063c8_7a79_4d81_ae89_3e9293dbc23f" tailtooltip=" " edgetooltip=" "]
  
  id_14990d66_6728_4a7e_a43b_dafca182c4b3:s -> false_dummy_down_id_f02b1fb2_b454_40c2_9d39_cc805bd90463:n [id="id_14990d66_6728_4a7e_a43b_dafca182c4b3@id_00d063c8_7a79_4d81_ae89_3e9293dbc23f" tailtooltip=" " edgetooltip=" " arrowhead=none]
  
  false_dummy_down_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 -> end_id_f02b1fb2_b454_40c2_9d39_cc805bd90463 [id="id_14990d66_6728_4a7e_a43b_dafca182c4b3@id_00d063c8_7a79_4d81_ae89_3e9293dbc23f" tailtooltip=" " edgetooltip=" "]
  
  ## IF-END
  end_id_f02b1fb2_b454_40c2_9d39_cc805bd90463:s -> id_64f60807_eb14_4aa0_bf00_086c7d06c309:n [id="end_id_f02b1fb2_b454_40c2_9d39_cc805bd90463@fun-main" tailtooltip=" " edgetooltip=" "]
  

}
