Skip to content

Instantly share code, notes, and snippets.

@sahajre
Created August 1, 2019 07:55
Show Gist options
  • Save sahajre/f9e55f82bacd5218f86b1c518004e5e7 to your computer and use it in GitHub Desktop.
Save sahajre/f9e55f82bacd5218f86b1c518004e5e7 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