Macro titanium::hello_world
source · macro_rules! hello_world {
() => { ... };
}
Expand description
A basic macro for printing “Hello Titanium world!”
macro_rules! hello_world {
() => { ... };
}
A basic macro for printing “Hello Titanium world!”