Skip to content

Instantly share code, notes, and snippets.

@olafurw
Created June 26, 2016 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olafurw/cc95d5cbeb7d68d8de7c6852979239e1 to your computer and use it in GitHub Desktop.
Save olafurw/cc95d5cbeb7d68d8de7c6852979239e1 to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
int height = 4;
int width = 5;
std::cout << height << " " << width << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment