This is a probably an embarasing question as no doubt the answer is blindingly obvious.
I\'ve used Visual Studio for years, but this is the first time I\'ve done any
Visual Studio 2015, with imports. Because I hate when code examples don't give the needed imports.
#include ; int main() { getchar(); return 0; }