Skip to content

Instantly share code, notes, and snippets.

@178inaba
Created August 9, 2015 17:09
Show Gist options
  • Save 178inaba/c9ace5f3409e250f66cd to your computer and use it in GitHub Desktop.
Save 178inaba/c9ace5f3409e250f66cd to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
//a := "a"
//a++
fmt.Println(string('a' + 1))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment