diff --git a/hello_world/hello_world.exe b/hello_world/hello_world.exe new file mode 100644 index 0000000..429a1cd Binary files /dev/null and b/hello_world/hello_world.exe differ diff --git a/hello_world/hello_world.pdb b/hello_world/hello_world.pdb new file mode 100644 index 0000000..84d9202 Binary files /dev/null and b/hello_world/hello_world.pdb differ diff --git a/hello_world/hello_world.rs b/hello_world/hello_world.rs new file mode 100644 index 0000000..f029519 --- /dev/null +++ b/hello_world/hello_world.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, World!"); +} \ No newline at end of file