From 737e167957b10bb7c2b5e9ae319e6dd985f58a76 Mon Sep 17 00:00:00 2001 From: L-Mario564 Date: Sat, 28 Sep 2024 22:10:32 -0700 Subject: [PATCH] Rewrite in Rust --- 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..5c7c48f --- /dev/null +++ b/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("If you read this, you lost The Game"); +}