Back to Learngo

Exercise

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

latest190 B
Original Source

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