Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: exercism/cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: junming403/cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 2, 2019

  1. add exercise luhn

    junming403 committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    7cb535b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. fixes according to review

    junming403 committed Apr 4, 2019
    1 Configuration menu
    Copy the full SHA
    1b31f17 View commit details
    Browse the repository at this point in the history
  2. add extra space

    junming403 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    c78fa0e View commit details
    Browse the repository at this point in the history
  3. revert tests back

    junming403 committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    7e397e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. make digit const

    junming403 committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    84eb1fc View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. luhn: Onboard to Catch2.

    arcuru committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    ef9f953 View commit details
    Browse the repository at this point in the history
Loading