diff options
| author | roy <[email protected]> | 2026-07-14 10:15:08 +0300 |
|---|---|---|
| committer | roy <[email protected]> | 2026-07-14 10:15:08 +0300 |
| commit | 100b893f9ee67c8a26dfd038785b59bede7fcf5a (patch) | |
| tree | 1dd36b9db8991f7a4ae05ae047a893a405f4a9d3 /main.cpp | |
| parent | b4470c5718736e75377791994dc25736bac7dc13 (diff) | |
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ int main() { - std::cout << y2015_q02_p02(); + std::cout << std::to_string(y2015_q03_p02()); return 0; } |
