Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 397 Bytes

Learn Golang exercises

Time to bonk couple of gophers.

CompressAll

Gzip all files in a given folder.

Newton's square root calculation

Go realisation for the method.

Words counter

Count the words by appearence in given file.

Make image "grayscale"

Exercise from go tour for "generating" blue pattern image.

Fibonachi

With Channel-close-range, Slices and Recursion methods.