The rules are way simpler than so

This commit is contained in:
Alex Hultman
2022-10-22 23:35:58 +02:00
parent d18deb8fe3
commit 05523997db
2 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ int main() {
if (isFin && !*isAborted) {
std::stringstream s;
s << std::hex << crc;
s << std::hex << crc << std::endl;
res->end(s.str());
}
});