From 39ee9d733261201d12fc34cad9b09ad1277575d7 Mon Sep 17 00:00:00 2001 From: Vishwas P <62875653+RealVishy@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:25:15 +0000 Subject: [PATCH] uh --- hello-docker/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello-docker/src/main.rs diff --git a/hello-docker/src/main.rs b/hello-docker/src/main.rs new file mode 100644 index 0000000..43d01c9 --- /dev/null +++ b/hello-docker/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh"); +}