fe61dee511
- Move all children from configs/shared into configs. - Delete "shared" directory.
5 lines
126 B
Rust
5 lines
126 B
Rust
fn main() {
|
|
// The statements here will be executed when the compiled binary is called.
|
|
|
|
println!("Hello, world!");
|
|
}
|