Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Sample Hello World Go Application

This is a simple Go application which simply prints out "Hello, world!".

Language Version
  • Golang v1.23.2

Getting Started

Running ./hello-world.go directly:

$ go run hello-world.go
Hello, world!

Compiling ./hello-world.go as an executable:

$ go build hello-world.go
$ ./hello-world
Hello, world!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages