Skip to content

Instantly share code, notes, and snippets.

@dperish
Created December 24, 2019 15:57
Show Gist options
  • Save dperish/deaa5e4c41e745f7ca349ad039b1ea7a to your computer and use it in GitHub Desktop.
Save dperish/deaa5e4c41e745f7ca349ad039b1ea7a to your computer and use it in GitHub Desktop.
#include <iostream>
/** Olive's first c++ program.
Written on 2019-12-24 with love and patience.
I'm proud beyond words, and will be so forever and always.
Love,
-Daddy
*/
int main(int x)
{
std::cout << "hello world.\n";
std::cout << "merry christmas!!!!\n";
std::cout << "from: mom dad olive baby\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment