Skip to content

Instantly share code, notes, and snippets.

@adefemi171
Created December 15, 2020 10:25
Show Gist options
  • Save adefemi171/0f647fdb36d5b96efd5c020c9901c192 to your computer and use it in GitHub Desktop.
Save adefemi171/0f647fdb36d5b96efd5c020c9901c192 to your computer and use it in GitHub Desktop.
main.go file
// creating main.go file using touch
// you can call this file any name
touch main.go
// creating main.go file using nano
nano main.go
// this will open up a text editor, copy and paste the code
// then pres ctrl + o and ctrl+x to save and exit accordingly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment