Files
2019-04-10 23:16:27 +03:00

518 B

Strings, bytes, and runes exercises

  1. Convert

    Use []byte <-> string conversions.

  2. Print the Runes

    Use Printf verbs.

  3. Rune Manipulator

    Use utf8 package, indexing and slicing.