From 0684500513f549756dc7e4a337b5f0b8686080ff Mon Sep 17 00:00:00 2001 From: AngeD Date: Wed, 12 Apr 2023 09:53:54 +0200 Subject: [PATCH] feat: BR at EOL --- crypto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto.c b/crypto.c index 46aaf61..0986204 100644 --- a/crypto.c +++ b/crypto.c @@ -84,5 +84,6 @@ int main(void) printf(FMT, WALLET[i].fmt, price); err = get_next_symbol(NULL, &price); } + printf("\n"); return 0; }