From 144c85e9abcedb6659243881586e1995e951cf0a Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 31 Mar 2022 00:13:01 +0100 Subject: [PATCH] Added tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for mempipe's current commit: Blessing − 吉 --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 02967fe..1d86bf9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,8 +4,7 @@ #[macro_use] mod ext; use ext::*; mod loli; -fn main() { - +fn main() { println!("Hello, world!"); }