jasonpaury.com

  • Quick thought #1

    June 18, 2024

    —

    by

    jason.paury
    in Quick Thoughts

    When you’re using WordPress one major since last time…

  • Hello world!

    June 12, 2024

    —

    by

    jason.paury
    in Uncategorized

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

    #include <iostream>
    #include <vector>
    #include <string>
    
    using namespace std;
    
    int main()
    {
        vector<string> msg {"Hello", "world!"};
        
        for (const string& word : msg)
        {
            cout << word << " ";
        }
        cout << endl;
    }

About the author

jason.paury Avatar

Search the website


Popular Categories

  • Quick Thoughts (1)
  • Uncategorized (1)

Designed with WordPress