# barnsley-fern-go Implementation of Barnsley Fern in Go ![Barnsley Fern](https://raw.githubusercontent.com/dmfed/barnsley-fern-go/main/barnsley_fern.png "Fern") From the root of the repository ```bash go build barnsley-fern.go ./barnsley-fern ``` or simply ``` go run barnsley-fern.go ``` This will generate an image in current directory.