πŸŒ…

Sunrise 10.05: Rising Sun

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:#f79e45, stroke:#f79e45
	style F stroke:#6495ED
	
	A((Module 10.01)) --> B((Module 10.02))
	B --> C((Module 10.03))
	C --> D((Module 10.04))
	D --> E((Module 10.05))
	E --> F((Module 10.06))
	
	subgraph Sunrise
	A & B & C & D & E & F 
	end