11 lines
333 B
Markdown
11 lines
333 B
Markdown
// ---------------------------------------------------------
|
|
// EXERCISE
|
|
// 1- Print the documentation of runtime.NumCPU function
|
|
// in the command line
|
|
//
|
|
// 2- Print also its source code using in the command line
|
|
//
|
|
// HINT
|
|
// You should use correct go doc tools
|
|
// ---------------------------------------------------------
|