From 73e2d8256419a64528b3ca13c7a20429873e2149 Mon Sep 17 00:00:00 2001 From: Sebastian Cabrera Date: Thu, 19 Sep 2024 19:33:10 -0400 Subject: [PATCH] Revert "test commit" This reverts commit 9bb4903613d9643f2a184b764c85d59894c44b54. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 57cfc8d..eb2c120 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,6 @@ use std::fmt::Display; fn main() { get_sys_info(); - println!("test"); } // Function to apply fixed width string printing