
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_5d4b7296_2e2b_4cb4_9556_9fcc701dc48b [id="id_5d4b7296_2e2b_4cb4_9556_9fcc701dc48b#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_6566986a_3da1_4351_abe8_0f01c3f607e7 [id="id_6566986a_3da1_4351_abe8_0f01c3f607e7#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="a = 901" tooltip="a: Integer = 901" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_dfe292e7_9994_44fc_b2c0_08fba8639017 [id="id_dfe292e7_9994_44fc_b2c0_08fba8639017#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="b = 5" tooltip="b: Integer = 5" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_acfc60c1_8fd7_4182_a6ce_2455b438a312 [id="id_acfc60c1_8fd7_4182_a6ce_2455b438a312#Output" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="a/b" tooltip="a/b" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_99d2e05b_f67e_4d5a_931d_0f84b285d4af [id="id_99d2e05b_f67e_4d5a_931d_0f84b285d4af#Return" pos="0.0,9996.25!" 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_5d4b7296_2e2b_4cb4_9556_9fcc701dc48b:s -> id_6566986a_3da1_4351_abe8_0f01c3f607e7:n [id="id_5d4b7296_2e2b_4cb4_9556_9fcc701dc48b@fun-main" tailtooltip=" " edgetooltip=" "]
  id_6566986a_3da1_4351_abe8_0f01c3f607e7:s -> id_dfe292e7_9994_44fc_b2c0_08fba8639017:n [id="id_6566986a_3da1_4351_abe8_0f01c3f607e7@fun-main" tailtooltip=" " edgetooltip=" "]
  id_dfe292e7_9994_44fc_b2c0_08fba8639017:s -> id_acfc60c1_8fd7_4182_a6ce_2455b438a312:n [id="id_dfe292e7_9994_44fc_b2c0_08fba8639017@fun-main" tailtooltip=" " edgetooltip=" "]
  id_acfc60c1_8fd7_4182_a6ce_2455b438a312:s -> id_99d2e05b_f67e_4d5a_931d_0f84b285d4af:n [id="id_acfc60c1_8fd7_4182_a6ce_2455b438a312@fun-main" tailtooltip=" " edgetooltip=" "]

}
