Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// Compile with "cl /c /Zi SimpleTest.cpp" // Link with "link SimpleTest.obj /debug /nodefaultlib /entry:main" int main() { return 0; }