diff --git a/project/src/main.rs b/project/src/main.rs index e7a11a9..d77a9a0 100644 --- a/project/src/main.rs +++ b/project/src/main.rs @@ -1,3 +1,6 @@ +// Libraries + +// Entry-Point fn main() { println!("Hello, world!"); }