Function hello_world

Source
pub fn hello_world()
Expand description

Print “Hello, world!”.

§Example

use template_rust::hello_world;

hello_world();
// prints: Hello, world!

§Panics

Will panic if printing fails.