mirror of
https://github.com/jht5945/rust_util.git
synced 2025-12-27 15:40:03 +08:00
6 lines
118 B
Rust
6 lines
118 B
Rust
#[macro_use] extern crate rust_util;
|
|
|
|
// cargo run --example log
|
|
fn main() {
|
|
information!("Hello {}", "world!");
|
|
} |