Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 15, 2023 12:56
Show Gist options
  • Save ilyasozkurt/033a7d4175d0d26dadc27007132788f8 to your computer and use it in GitHub Desktop.
Save ilyasozkurt/033a7d4175d0d26dadc27007132788f8 to your computer and use it in GitHub Desktop.
fmt.Println(int('A')) // 65
fmt.Println(string(65)) // "A"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment