Dockerized-Rust-ML/project/src/main.rs
2025-03-17 09:55:41 -04:00

6 lines
74 B
Rust

// Libraries
// Entry-Point
fn main() {
println!("Hello, world!");
}