Create README.md

This commit is contained in:
dmfed
2022-02-18 11:03:16 +03:00
committed by GitHub
parent 2893406bf4
commit 07cb482499

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# 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.