4 lines
64 B
Rust
4 lines
64 B
Rust
|
|
pub(crate) fn init() {
|
||
|
|
println!("Initializing Side Node")
|
||
|
|
}
|