Sniprun
SnipRun selection::f
SnipRun initial mode::
Get output from code blocks
If there is no main function present, sniprun will wrap one around the code. It also will add some of the standard include files needed to compile the code.
The equivalent example with explicitly writing include and the main function.
TODO: add more examples