Files
learngo/04-statements-expressions-comments/exercises/06-use-godoc/exercise.md

11 lines
333 B
Markdown
Raw Normal View History

2018-10-13 23:30:21 +03:00
// ---------------------------------------------------------
// 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
// ---------------------------------------------------------