Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
exercism
/
cpp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
244
Star
291
Code
Issues
73
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add twelve-days practice exercise
- #992
#992
Merged
ahans
merged 17 commits into
exercism:main
exercism/cpp:main
from
alienx5499:add-twelve-days-exercise
alienx5499/exercismcpp:add-twelve-days-exercise
Copy head branch name to clipboard
Aug 30, 2025
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Add twelve-days practice exercise
#992
ahans
merged 17 commits into
exercism:main
exercism/cpp:main
from
alienx5499:add-twelve-days-exercise
alienx5499/exercismcpp:add-twelve-days-exercise
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2025
Add twelve-days practice exercise
alienx5499
committed
611f687
View commit details
Copy full SHA for 611f687
Browse repository at this point
Commits on Aug 29, 2025
Remove stub function signatures from twelve-days exercise
alienx5499
committed
ada7fd8
View commit details
Copy full SHA for ada7fd8
Browse repository at this point
Fix twelve-days test: remove using namespace std, use std::string_view for verses, add newlines
alienx5499
committed
67572b8
View commit details
Copy full SHA for 67572b8
Browse repository at this point
Update twelve-days test to match canonical data exactly: shorter descriptions, no newlines in verses, use recite function
alienx5499
committed
af0742e
View commit details
Copy full SHA for af0742e
Browse repository at this point
Fix string concatenation in twelve-days example: split into separate operator+= calls
alienx5499
committed
cf7438e
View commit details
Copy full SHA for cf7438e
Browse repository at this point
Fix include in twelve-days example: use twelve_days.h instead of example.h
alienx5499
committed
e65a569
View commit details
Copy full SHA for e65a569
Browse repository at this point
Optimize twelve-days example: use std::array instead of std::vector for compile-time constants
alienx5499
committed
c237f28
View commit details
Copy full SHA for c237f28
Browse repository at this point
Fix string concatenation in twelve-days example: use auto and std::string{} constructor
alienx5499
committed
4007cd4
View commit details
Copy full SHA for 4007cd4
Browse repository at this point
Add missing EOL character to twelve-days CMakeLists.txt
alienx5499
committed
c58c572
View commit details
Copy full SHA for c58c572
Browse repository at this point
Use std::string{} constructor approach for string concatenation in twelve-days example
alienx5499
committed
2edf9c7
View commit details
Copy full SHA for 2edf9c7
Browse repository at this point
Commits on Aug 30, 2025
Merge branch 'main' of https://github.com/exercism/cpp into add-twelve-days-exercise
alienx5499
committed
418be26
View commit details
Copy full SHA for 418be26
Browse repository at this point
Implement recite function with constexpr arrays and proper newline formatting
alienx5499
committed
c57cbb5
View commit details
Copy full SHA for c57cbb5
Browse repository at this point
Add const qualifier to expected variables in twelve-days tests
alienx5499
committed
5184230
View commit details
Copy full SHA for 5184230
Browse repository at this point
Update namespace structure in twelve-days exercise
alienx5499
committed
d3b67ff
View commit details
Copy full SHA for d3b67ff
Browse repository at this point
Reduce redundancy
ahans
committed
3aeda3d
View commit details
Copy full SHA for 3aeda3d
Browse repository at this point
fix formatting
ahans
committed
de9e3b2
View commit details
Copy full SHA for de9e3b2
Browse repository at this point
fix trailing whitespace
ahans
committed
24d8f9d
View commit details
Copy full SHA for 24d8f9d
Browse repository at this point
You can’t perform that action at this time.