Junior — Senior
What output will the console get in example №14
livecode
Task condition
Determine what text will be output after executing the following code:
s := "test"
println(s[0])
s[0] = "R"
println(s)
Note the specifics of working with strings in Go.