pub fn hello_world()
Print “Hello, world!”.
use template_rust::hello_world; hello_world(); // prints: Hello, world!
Will panic if printing fails.