Strings and Runes | Challenge

# Introduction This challenge focuses on Go strings and runes. In Go, strings are read-only slices of bytes, and runes are integers that represent Unicode code points. This challenge will explore how to work with strings and runes in Go.

|60 : 00

Click the virtual machine below to start practicing