This commit is contained in:
Zengtudor 2024-09-18 18:59:49 +08:00
parent 5969c01139
commit d86a9c0f76
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ int main()
Spent all_spent("All spent"); Spent all_spent("All spent");
std::array<char,MAX_SIZE> buf; std::array<char,MAX_SIZE> buf;
int lines = 0; unsigned long long lines = 0;
filesystem::path input_path("filteredReads.txt"),output_path("reversedSequence.txt"); filesystem::path input_path("filteredReads.txt"),output_path("reversedSequence.txt");