Skip to content

Instantly share code, notes, and snippets.

@sahajre
Created August 1, 2019 14:06
Show Gist options
  • Save sahajre/fd999aed2505ee346f2c1d84fd9d8035 to your computer and use it in GitHub Desktop.
Save sahajre/fd999aed2505ee346f2c1d84fd9d8035 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var flag bool
flag = true
if flag != false {
fmt.Println("Hello, 世界")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment