Skip to content

Instantly share code, notes, and snippets.

@quindariuss
Created October 16, 2019 16:03
Show Gist options
  • Save quindariuss/c6a80a49a7a78ab4be13bc2c2e8fdea8 to your computer and use it in GitHub Desktop.
Save quindariuss/c6a80a49a7a78ab4be13bc2c2e8fdea8 to your computer and use it in GitHub Desktop.
Checks if var month is a real month.
#include iostream
using namespace std;
int main{
int dateCheck(int year, int month, int day){
assert(0 < month ≤ 12)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment