From 9563ee0d1f5a9c6efea6bebdf3fce43fae148fd8 Mon Sep 17 00:00:00 2001 From: Ben Ray Date: Sun, 3 May 2026 16:15:20 -0400 Subject: init --- hello-async/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello-async/src/main.rs (limited to 'hello-async/src') diff --git a/hello-async/src/main.rs b/hello-async/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/hello-async/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} -- cgit