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"); +}