Skip to content

twohyjr/Twohy_Advent2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADVENT OF CODE 2019

This nifty website gives us the holiday gift of daily code challenges. Here are my solutions. https://adventofcode.com/

#include <iostream>

int main() {
    int repeatJollySayingCount = 3;

    for(int i = 0;  i < repeatJollySayingCount; i++) {
        std::cout << "We wish you a merry christmas!" <<  std::endl;
    }

    std::cout << "And a happy new year!"
}

About

My Advent of Code 2019 Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages