+ Updates the readme file with the correct link for `2. Naked Expressions` exercise + Improves the readability
		
			
				
	
	
		
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
## EXERCISE
 | 
						|
 | 
						|
- Print the documentation of `runtime.NumCPU` function in the command line
 | 
						|
- Print also its source code using in the command line
 | 
						|
 | 
						|
## HINT
 | 
						|
 | 
						|
You should use correct `go doc` tools
 |