Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 305 Bytes

exercises

Playing around with functions, practicing topics from courses, e.g.:

  • create variables of 3 different types of interfaces in Go and show how they work;
  • create a map that can store an array containing different types;
  • scan input, do something with it, check for an error, log it.