2021-06-08 11:19:26 +03:00
..
2019-10-30 19:41:13 +03:00
2019-10-30 19:41:13 +03:00
2019-04-10 23:16:27 +03:00

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.