3Lesson 3 of 14
Write the smallest runnable Go file
Create a new file named main.go in your project directory using your code editor or terminal. This extension .go tells the system it is a Go source file.
main.go
.go