replace platform specific system("pause")

This commit is contained in:
Krishna Vedala
2020-05-28 21:36:01 -04:00
parent 9dc580c045
commit a3c1f04b31

View File

@@ -28,7 +28,7 @@ int main() {
<< paragraph.find(word) << std::endl
<< std::endl;
}
system("pause");
std::cin.get();
}
}
}