# Introduction In this lab, we will officially start learning Go programming. We'll cover basic concepts and complete a simple Go program ourselves. **Knowledge Points:** - Standard output statement - Code structure - Running a program - Common functions in the `fmt` package
Click the virtual machine below to start practicing