Skip to content

bsmithh/hellogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

hellogo

in a terminal, type the following code

touch hello.go
open -e hello.go

once the text editor has opened, type the following code

package main

import "fmt"

func main() {
fmt.Printf("Hello, World!\n")
}

save the file and close it, then go back to the terminal and type in the following code

go run hello.go

About

Hello, World! using Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages