## AOC 2022 Day 1: Calorie Counting Titles submission: - AOC 2022 Day 1: Calorie Counting ## External resources - [Advent of Code website](https://adventofcode.com/2022) - C++ keywords: [using](https://en.cppreference.com/w/cpp/keyword/using) and [continue](https://en.cppreference.com/w/cpp/language/continue) - C++ functions: [std::max](https://en.cppreference.com/w/cpp/algorithm/max), [std::find](https://en.cppreference.com/w/cpp/algorithm/find), [std::stoi](https://en.cppreference.com/w/cpp/string/basic_string/stol), [std::vector::emplace_back](https://en.cppreference.com/w/cpp/container/vector/emplace_back), [std::min_element](https://en.cppreference.com/w/cpp/algorithm/min_element) and [std::accumulate](https://en.cppreference.com/w/cpp/algorithm/accumulate) - C++ structure: [std::vector](https://en.cppreference.com/w/cpp/container/vector) ## Publication This is the last step, and it will be supplemented with new platforms on which I will publish my articles. - [x] Publish on my personal website - [X] Publish on my GitHub Pages - [x] Publish on Dev.to - [x] Publish on CodeNewbie - [x] Publish on Medium - [x] Publish on Reddit - [x] Publish on Hashnode
AOC 2022 Day 1: Calorie Counting
Titles submission:
External resources
Publication
This is the last step, and it will be supplemented with new platforms on which I will publish my articles.