The Julia Programming Language
Define and document a function
In programming, it is really important to document what we do so its intention is clear, and easy to understand. In Julia, we can document any function we write fairly simply, and link to various resources, and even provide usage examples.
Write a function of your choice and explain it in a docstring. Show the results of this in the REPL using the help mode.
An example of this can be found here in the Example.jl package
Task tags
Students who completed this task
Solaris, jasobar627, ezvezdov, Nicanor Froilan Pascual, sincall, Arjav Patel