Skip to content

Instantly share code, notes, and snippets.

@jdumont0201
Created May 5, 2018 08:15
Show Gist options
  • Save jdumont0201/b4524070fc0503a247fa4246e7157ed2 to your computer and use it in GitHub Desktop.
Save jdumont0201/b4524070fc0503a247fa4246e7157ed2 to your computer and use it in GitHub Desktop.
Free functions: avoid
double getScreenSize(){
// ...
}
int main(){
getScreenSize();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment