🎑

Moonlight Meteor 11.01: Draw a few stars (1)

Final Goal Goal

image
image

Code Area

flowchart

	style A fill:#f79e45, stroke:#FFA500
	style B stroke:#6495ED
	style C stroke:#6495ED
	style D stroke:#6495ED
	style E stroke:#6495ED
	style F stroke:#6495ED
	style G stroke:#6495ED
	
	A((Module 11.01)) --> B((Module 11.02))
	B --> C((Module 11.03))
	C --> D((Module 11.04))
	D --> E((Module 11.05))
	E --> F((Module 11.06))
	F --> G((Module 11.07))
	
	subgraph Moonlight Meteor
	A & B & C & D & E & F & G
	end