Skip to content

Commit 1ec2b6e

Browse files
committed
hello world
1 parent 71e2c5f commit 1ec2b6e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

hello_world/hello_world.exe

149 KB
Binary file not shown.

hello_world/hello_world.pdb

1.09 MB
Binary file not shown.

hello_world/hello_world.rs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("Hello World!");
3+
}

0 commit comments

Comments
 (0)