From 43655648a602b5b21e10dc69726d0d351bec8056 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 18:22:20 +0200 Subject: feat(rust): Update to my SOTA --- templates/rust/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/rust/src/main.rs (limited to 'templates/rust/src/main.rs') diff --git a/templates/rust/src/main.rs b/templates/rust/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/templates/rust/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} -- cgit 1.4.1