Below you will find pages that utilize the taxonomy term “lesson 3”
May 13, 2024
Learn to Code in 5 Minutes a Day: Lesson 3
Yesterday’s solution: package main import "fmt" func main() { fmt.Println("hello world") } When you run it you should be able to see it work like this:
go run hello, world If you weren’t able to get this going on your own, go back until you can create this from memory and understand the pieces.
Hint: you may have to run a command like this if you’re getting errors about go.mod:
read more