Dockerized-Rust-ML/project/src/main.rs

7 lines
74 B
Rust
Raw Normal View History

2025-03-17 08:55:41 -05:00
// Libraries
// Entry-Point
2025-03-17 08:51:34 -05:00
fn main() {
println!("Hello, world!");
}