diff options
| author | Anser <rostgans@tutamail.com> | 2026-08-19 13:31:19 +0200 |
|---|---|---|
| committer | Anser <rostgans@tutamail.com> | 2026-08-19 21:49:05 +0200 |
| commit | 0434286445e8f5e62c818ef65f73c42433195e0c (patch) | |
| tree | 8709fa5b2a7c4efb9300055c176cd241e792f348 | |
| parent | 5c42cc27e8a5240b2c200b7162f700f791e958f7 (diff) | |
fixed ascii art, added whitespace between info and art
| -rw-r--r-- | ascii/cccp.ascii | 12 | ||||
| -rw-r--r-- | src/ascii.c | 1 |
2 files changed, 7 insertions, 6 deletions
diff --git a/ascii/cccp.ascii b/ascii/cccp.ascii index f0f8008..6a6c220 100644 --- a/ascii/cccp.ascii +++ b/ascii/cccp.ascii @@ -1,10 +1,10 @@ Proletarier aller Länder, vereinigt euch! - _________________ - / \ - | | - | ☭ ССССР ☭ | - | | - \_________________/ + ________________ + / \ + | | + | ☭ СССР ☭ | + | | + \________________/ Пролетарии всех стран, соединяйтесь! diff --git a/src/ascii.c b/src/ascii.c index b199dd4..7dd8847 100644 --- a/src/ascii.c +++ b/src/ascii.c @@ -99,6 +99,7 @@ void print_system_info(struct system_info_t *info) printf("CPU: %s\n", info->cpu); printf("%s\n", info->memory); + printf("\n"); print_ascii_art(info); } |
