diff --git a/src/main.cpp b/src/main.cpp index f08b9e4..cef29fa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,4 +5,5 @@ int main(int argc, char const *argv[]) //See if pushing works... std::cout << "Hello world"; return 0; + //Does is still work with "2FA" }