5 lines
96 B
Rust
5 lines
96 B
Rust
|
|
fn main() {
|
||
|
|
env_logger::init();
|
||
|
|
println!("nyash-next: workspace skeleton is ready.");
|
||
|
|
}
|