Skip to content

Instantly share code, notes, and snippets.

@mattn
Created June 24, 2011 10:14
Show Gist options
  • Save mattn/1044539 to your computer and use it in GitHub Desktop.
Save mattn/1044539 to your computer and use it in GitHub Desktop.
package main
func main() {
var c int
for _, _ = range "あいうえお" {
c++
}
println(c)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment