Skip to content

Instantly share code, notes, and snippets.

@Subv
Created October 26, 2017 04:23
Show Gist options
  • Save Subv/9905398342d46f83f4379ddfaa0e7fda to your computer and use it in GitHub Desktop.
Save Subv/9905398342d46f83f4379ddfaa0e7fda to your computer and use it in GitHub Desktop.
#include <Windows.h>
#include <cmath>
using namespace std;
int main() {
int a = max(4, 6);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment