From 9e81400e5d3be4fc8d52f3eb6616c4b2b778aa17 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:08:58 +0000 Subject: [PATCH] Update src/main.rs. --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main.rs diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 00000000..e7a11a96 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +}