✨ feat(main): add initial main function with hello world
- create main.rs file - implement basic main function with "hello world" output
This commit is contained in:
committed by
Jeremiah Russell
parent
b614c87408
commit
763da3145d
3
src/main.rs
Normal file
3
src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("hello world");
|
||||
}
|
||||
Reference in New Issue
Block a user