From 829d4ebb3c894fe2c8a49bff9d658ecac9f64de0 Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 23 Jan 2024 14:05:13 -0500 Subject: JS,PHP,PY,RS --- Rust/hello.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Rust/hello.rs (limited to 'Rust/hello.rs') diff --git a/Rust/hello.rs b/Rust/hello.rs new file mode 100644 index 0000000..21e1c4e --- /dev/null +++ b/Rust/hello.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, World!"); +} -- cgit v1.2.3-54-g00ecf