Fixed issue where newlines in the data would reset the multiplying flag.

This commit is contained in:
David Vereb
2024-12-04 10:54:49 -05:00
parent 2317ec628a
commit c4d14c613d
2 changed files with 18 additions and 25 deletions

View File

@@ -1,2 +1,2 @@
a.out: main.cpp
clang++ -std=c++2b -g -O0 main.cpp
clang++ -std=c++2b -g -O0 main.cpp #-fsanitize=address -fno-omit-frame-pointer