South Africa Flag 5.07: Gold Triangle

Goal

image

Code Area

flowchart

	style A fill:#37bf19, stroke:#37bf19
	style B fill:#37bf19, stroke:#37bf19
	style C fill:#37bf19, stroke:#37bf19
	style D fill:#37bf19, stroke:#37bf19
	style E fill:#37bf19, stroke:#37bf19
	style F fill:#37bf19, stroke:#37bf19
	style G fill:#f79e45, stroke:#f79e45
	
	A((Module 3.01)) --> B((Module 3.02))
	B --> C((Module 3.03))
	C --> D((Module 3.04))
	D --> E((Module 3.05))
	E --> F((Module 3.06))
	F --> G((Module 3.07))
	G --> H((Module 3.08))
  
	subgraph Learning
	A & B & C & D & E & F & G & H 
	end

	subgraph South African Flag
	end