
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_992b4ae6_b198_4809_a0a0_246c3cdccd51 [id="id_992b4ae6_b198_4809_a0a0_246c3cdccd51#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_5587ba39_b2bf_43ff_a38c_7ed995f5c7b9 [id="id_5587ba39_b2bf_43ff_a38c_7ed995f5c7b9#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="f = 0" tooltip="f: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_f9814e4b_5ad1_423c_8c48_fbd17f77b49c [id="id_f9814e4b_5ad1_423c_8c48_fbd17f77b49c#Declare" pos="0.0,9998.125!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="a = 2" tooltip="a: Integer = 2" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_030e3b72_5c2b_4e3c_9ab5_a08568a58953 [id="id_030e3b72_5c2b_4e3c_9ab5_a08568a58953#Declare" pos="0.0,9997.1875!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x = 0" tooltip="x: Integer = 0" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_9f1b8483_5203_44f3_beca_687a45d145e6 [id="id_9f1b8483_5203_44f3_beca_687a45d145e6#Input" pos="0.0,9996.25!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="x" tooltip="x" shape="invtrapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_389edb55_8548_4247_b8af_d0eb326c1ec2 [id="id_389edb55_8548_4247_b8af_d0eb326c1ec2#Assign" pos="0.0,9995.3125!" height=0.4 width=1.19 fixedsize=true group="fun-main"    label="f = a * x" tooltip="f = a * x" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_643a8184_ea2f_49e9_9868_c3cc08b250fa [id="id_643a8184_ea2f_49e9_9868_c3cc08b250fa#Output" pos="0.0,9994.375!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="f" tooltip="f" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_c274a36e_bbeb_4adc_9ff8_8c99e4d87b2a [id="id_c274a36e_bbeb_4adc_9ff8_8c99e4d87b2a#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_992b4ae6_b198_4809_a0a0_246c3cdccd51:s -> id_5587ba39_b2bf_43ff_a38c_7ed995f5c7b9:n [id="id_992b4ae6_b198_4809_a0a0_246c3cdccd51@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5587ba39_b2bf_43ff_a38c_7ed995f5c7b9:s -> id_f9814e4b_5ad1_423c_8c48_fbd17f77b49c:n [id="id_5587ba39_b2bf_43ff_a38c_7ed995f5c7b9@fun-main" tailtooltip=" " edgetooltip=" "]
  id_f9814e4b_5ad1_423c_8c48_fbd17f77b49c:s -> id_030e3b72_5c2b_4e3c_9ab5_a08568a58953:n [id="id_f9814e4b_5ad1_423c_8c48_fbd17f77b49c@fun-main" tailtooltip=" " edgetooltip=" "]
  id_030e3b72_5c2b_4e3c_9ab5_a08568a58953:s -> id_9f1b8483_5203_44f3_beca_687a45d145e6:n [id="id_030e3b72_5c2b_4e3c_9ab5_a08568a58953@fun-main" tailtooltip=" " edgetooltip=" "]
  id_9f1b8483_5203_44f3_beca_687a45d145e6:s -> id_389edb55_8548_4247_b8af_d0eb326c1ec2:n [id="id_9f1b8483_5203_44f3_beca_687a45d145e6@fun-main" tailtooltip=" " edgetooltip=" "]
  id_389edb55_8548_4247_b8af_d0eb326c1ec2:s -> id_643a8184_ea2f_49e9_9868_c3cc08b250fa:n [id="id_389edb55_8548_4247_b8af_d0eb326c1ec2@fun-main" tailtooltip=" " edgetooltip=" "]
  id_643a8184_ea2f_49e9_9868_c3cc08b250fa:s -> id_c274a36e_bbeb_4adc_9ff8_8c99e4d87b2a:n [id="id_643a8184_ea2f_49e9_9868_c3cc08b250fa@fun-main" tailtooltip=" " edgetooltip=" "]

}
