Writing Larger Programs

In this chapter we'll learn about tools for writing larger programs:

You will need to start your code with the following imports to make Doodle available.

import cats.effect.unsafe.implicits.global
import doodle.core.*
import doodle.image.*
import doodle.syntax.all.*
import doodle.image.syntax.all.*
import doodle.java2d.*