int main(int argc, char *argv[])
{
const int code[] = { 404, 101, 503 };
auto pCode = &code[0];
std::cout << std::format("Welcome to my website! Here you can"
" learn all about me and my experience {}.\n", *(++pCode));
return 0;
}
Hello, I'm Brian and welcome to my website, where you’ll find my blog, contact info, and details about my projects. Please view my about page to learn more about me.
“You can think of a thread as an actual, physical piece of thread that strings together a sequence of instructions. In my mind, the instructions are marshmallows, because marshmallows are delicious.” — Daniel Higginbotham, Clojure for the Brave and True













