Sha256: 4c6465a267457cd37995baa31afbb8a65bf2ed9559c0e34b6717d288aea03c44

Contents?: true

Size: 1023 Bytes

Versions: 28

Compression:

Stored size: 1023 Bytes

Contents

// This is a "stub" file.  It's a little start on your solution.
// It's not a complete solution though; you have to write some code.

// The package name is expected by the test program.
// It has to stay just the way it is.
package hello

// testVersion identifies the version of the test program that you are
// writing your code to. If the test program changes in the future --
// after you have posted this code to the Exercism site -- nitpickers
// will see that your code can't necessarily be expected to pass the
// current test suite because it was written to an earlier test version.
const testVersion = 2

// It's good style to write a comment here documenting HelloWorld.
// (But delete all these instructional comments!)
func HelloWorld(string) string {
	// Write some code here to pass the test suite.

	// When you have a working solution, REMOVE ALL THE STOCK COMMENTS.
	// They're here to help you get started but they only clutter a finished solution.
	// If you leave them in, nitpickers will protest!
}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
trackler-2.0.3.2 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.3.1 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.3.0 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.2.0 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.1.2 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.1.1 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.1.0 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.10 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.9 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.8 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.7 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.6 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.5 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.4 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.3 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.2 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.1 tracks/go/exercises/hello-world/hello_world.go
trackler-2.0.0.0 tracks/go/exercises/hello-world/hello_world.go
trackler-1.0.4.1 tracks/go/exercises/hello-world/hello_world.go
trackler-1.0.4.0 tracks/go/exercises/hello-world/hello_world.go