diff options
| -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); } |
