
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_8fa42184_d45d_4079_bd40_0103f298aaac [id="id_8fa42184_d45d_4079_bd40_0103f298aaac#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_5b8cc750_9c88_4f89_b23d_479eb4a3d634 [id="id_5b8cc750_9c88_4f89_b23d_479eb4a3d634#Declare" pos="0.0,9999.0625!" height=0.4 width=1.0 fixedsize=true group="fun-main"    label="age" tooltip="age: Integer" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_b5b5f9af_5874_4f15_99a7_32b3d634e6e8 [id="id_b5b5f9af_5874_4f15_99a7_32b3d634e6e8#Assign" pos="0.0,9998.125!" height=0.4 width=1.08 fixedsize=true group="fun-main"    label="age = 20" tooltip="age = 20" fillcolor="#002a3a" color="#001117" fontcolor="white"] 
  id_32504615_f453_4764_8f82_8259509dda8b [id="id_32504615_f453_4764_8f82_8259509dda8b#Output" pos="0.0,9997.1875!" height=0.4 width=2.29 fixedsize=true group="fun-main"    label="\"my age is:\" +age" tooltip="\"my age is:\" +age" shape="trapezium" fillcolor="#015692" color="#002a3a" fontcolor="white"] 
  id_a301363a_4ed6_46dd_99f8_a10ad5d4bc9b [id="id_a301363a_4ed6_46dd_99f8_a10ad5d4bc9b#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_8fa42184_d45d_4079_bd40_0103f298aaac:s -> id_5b8cc750_9c88_4f89_b23d_479eb4a3d634:n [id="id_8fa42184_d45d_4079_bd40_0103f298aaac@fun-main" tailtooltip=" " edgetooltip=" "]
  id_5b8cc750_9c88_4f89_b23d_479eb4a3d634:s -> id_b5b5f9af_5874_4f15_99a7_32b3d634e6e8:n [id="id_5b8cc750_9c88_4f89_b23d_479eb4a3d634@fun-main" tailtooltip=" " edgetooltip=" "]
  id_b5b5f9af_5874_4f15_99a7_32b3d634e6e8:s -> id_32504615_f453_4764_8f82_8259509dda8b:n [id="id_b5b5f9af_5874_4f15_99a7_32b3d634e6e8@fun-main" tailtooltip=" " edgetooltip=" "]
  id_32504615_f453_4764_8f82_8259509dda8b:s -> id_a301363a_4ed6_46dd_99f8_a10ad5d4bc9b:n [id="id_32504615_f453_4764_8f82_8259509dda8b@fun-main" tailtooltip=" " edgetooltip=" "]

}
