nbt-rust/src/main.rs

6 lines
56 B
Rust
Raw Normal View History

2023-08-02 19:41:28 +08:00
mod data;
fn main() {
println!("Hello, world!");
}