Skip to content

Instantly share code, notes, and snippets.

@hbd
Created January 11, 2020 03:52
Show Gist options
  • Save hbd/91b77d9e3506cf3ce090d0d5715d758e to your computer and use it in GitHub Desktop.
Save hbd/91b77d9e3506cf3ce090d0d5715d758e to your computer and use it in GitHub Desktop.
h3ll0, w0rld!
package main
import (
"fmt"
)
func main() {
fmt.Println("h3ll0, w0rld!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment