13 lines
		
	
	
		
			518 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			518 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Strings, bytes, and runes exercises
 | |
| 
 | |
| 1. **[Convert](https://github.com/inancgumus/learngo/tree/master/19-strings-runes-bytes/exercises/01-convert)**
 | |
| 
 | |
|     Use []byte <-> string conversions.
 | |
| 
 | |
| 2. **[Print the Runes](https://github.com/inancgumus/learngo/tree/master/19-strings-runes-bytes/exercises/02-print-the-runes)**
 | |
| 
 | |
|     Use Printf verbs.
 | |
| 
 | |
| 3. **[Rune Manipulator](https://github.com/inancgumus/learngo/tree/master/19-strings-runes-bytes/exercises/03-rune-manipulator)**
 | |
| 
 | |
|     Use utf8 package, indexing and slicing. |