This is an example of a an .md file, used for adding more rich textdocumentation in a project or module.
This is a link to the main V site.
This is a bold text.
This is a script <script>console.log('hi from README.md');</script>
.
import os
+Description
This is an example of a an .md file, used for adding more rich text documentation in a project or module.
This is a link to the main V site.
This is a bold text.
This is a script <script>console.log('hi from README.md');</script>
.
Examples
Processing command line args
import os
fn main() {
dump(os.args)