Skip to content
Permalink
Browse files
fix typo - CLion is the best
  • Loading branch information
aa6164 committed Sep 7, 2022
1 parent 8662c4b commit 4105a12967fe25b6f891954e40eff966dd440e48
Showing 1 changed file with 1 addition and 1 deletion.
@@ -16,7 +16,7 @@
using namespace std;

int main(int argc, char *argv[]) {
cout << "being exectued from:" << endl;
cout << "being executed from:" << endl;
cout << argv[0] << endl;

std::filesystem::path cwd = std::filesystem::current_path() / "filename.txt"; // C++17

0 comments on commit 4105a12

Please sign in to comment.