SyntaxFix
Write A Post
Hire A Developer
Questions
String characters are runes, so to print them, you have to turn them back into String.
fmt.Print(string("HELLO"[1]))