{docu The following source code is going to print the text “Hello World!” to stdout. } {code {<<< print("Hello World!") >>>}} {docu But sometimes the world is frightening and we just panic! } {code {<<< panic!("this world is too scary"); >>>}}