Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.44 KB

File metadata and controls

27 lines (20 loc) · 1.44 KB

Exercise 1 - Getting Started with Go

If you do not finish during the lecture period, please finish it as homework.

Setup

After this Exercise

  • You should know how to compile and run Go code
  • You should know about the meaning of the GOPATH and PATH variables
  • You should have a portable Go installation inside a separate disk or directory on your computer
  • Your personal Github project is cloned into your workspace. You are able to add, remove and commit files.