diff options
| author | 諏訪子 <suwako@076.moe> | 2024-06-18 15:32:14 +0900 | 
|---|---|---|
| committer | 諏訪子 <suwako@076.moe> | 2024-06-18 15:32:14 +0900 | 
| commit | 564e48b6fb6b53c7420849cf79c7c73f7788ed6c (patch) | |
| tree | 2403eea54d2b4c0fc2e20a7cdb0d1087a50f7c18 | |
| parent | 625e34c44c3845dc6728f95540a4d6cb9ec2eb51 (diff) | |
ごめん
| -rw-r--r-- | main.c | 2 | 
1 files changed, 0 insertions, 2 deletions
@@ -67,7 +67,6 @@ int main() {    printf("%s ", LOGO[3]);    printf(COLOR"%s%s"RESET, "Host", ": "); -  printf("Host: ");    display_host_model();    printf("\n"); @@ -95,7 +94,6 @@ int main() {    printf("%s ", LOGO[7]);    printf(COLOR"%s%s"RESET, "Memory", ": "); -  printf("Memory: ");    display_memory();    printf("\n");  | 
