Skip to content

jatcod3r/go_helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages