Skip to content

Instantly share code, notes, and snippets.

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