Skip to content

Instantly share code, notes, and snippets.

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