Skip to content

Instantly share code, notes, and snippets.

@sahajre
Created August 1, 2019 07:55
Show Gist options
  • Save sahajre/95b58a3df002c5e9312a09c06b343795 to your computer and use it in GitHub Desktop.
Save sahajre/95b58a3df002c5e9312a09c06b343795 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
const s = "Hello, 世界"
fmt.Println(s)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment