Skip to content

Instantly share code, notes, and snippets.

@napsy
Created June 4, 2010 23:48
Show Gist options
  • Save napsy/426096 to your computer and use it in GitHub Desktop.
Save napsy/426096 to your computer and use it in GitHub Desktop.
package main
func main() {
for i,v := range []string{"sss", "sffg", "gfdbf"} {
println("Ime " + string(i+48) + " = " + v[1:3])
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment