## AOC 2022 Day 2: Rock Paper Scissors Titles submission: - AOC 2022 Day 2: Rock Paper Scissors ## External resources - [Advent of Code website](https://adventofcode.com/2022) - C++ keywords: [using](https://en.cppreference.com/w/cpp/keyword/using), [constexpr](https://en.cppreference.com/w/cpp/language/constexpr) and [static](https://en.cppreference.com/w/cpp/language/storage_duration) - C++ functions: [std::find](https://en.cppreference.com/w/cpp/algorithm/find), [std::next](https://en.cppreference.com/w/cpp/iterator/next) and [std::distance](https://en.cppreference.com/w/cpp/iterator/distance) - C++ structure: [std::array](https://en.cppreference.com/w/cpp/container/array) and [std::string_view](https://en.cppreference.com/w/cpp/string/basic_string_view) ## 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 - [ ] Publish on CodeNewbie - [ ] Publish on Medium - [ ] Publish on Reddit - [ ] Publish on Hashnode
AOC 2022 Day 2: Rock Paper Scissors
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.