Skip to content

Instantly share code, notes, and snippets.

@jonathan-fielding
Created January 2, 2021 16:09
Show Gist options
  • Save jonathan-fielding/695c0d5b6b72371836c132b10249fe90 to your computer and use it in GitHub Desktop.
Save jonathan-fielding/695c0d5b6b72371836c132b10249fe90 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var hello = "hello"
var world = "world"
fmt.Println(hello + " " + world)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment