Skip to content

Instantly share code, notes, and snippets.

@filipearray
Last active May 11, 2024 02:06
Show Gist options
  • Save filipearray/77e12bf3d66262d5b5168e5ad642c3d0 to your computer and use it in GitHub Desktop.
Save filipearray/77e12bf3d66262d5b5168e5ad642c3d0 to your computer and use it in GitHub Desktop.
Hello, World!
package greeting
// HelloWorld greets the world.
func HelloWorld() string {
return "Hello, World!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment