feat: BR at EOL

This commit is contained in:
AngeD 2023-04-12 09:53:54 +02:00
parent 02930ec54f
commit 0684500513

View File

@ -84,5 +84,6 @@ int main(void)
printf(FMT, WALLET[i].fmt, price); printf(FMT, WALLET[i].fmt, price);
err = get_next_symbol(NULL, &price); err = get_next_symbol(NULL, &price);
} }
printf("\n");
return 0; return 0;
} }