From 59161cbebf63028578e143b9f3007a772c59a248 Mon Sep 17 00:00:00 2001 From: ingressy Date: Thu, 12 Mar 2026 10:46:51 +0000 Subject: [PATCH] =?UTF-8?q?main.rs=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.rs diff --git a/main.rs b/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +}