c:\Users\pkdiv\OneDrive\Documents\VSCode files>cl Test.cpp
Microsoft ® C/C++ Optimizing Compiler Version 19.21.27702.2 for x86
Copyright © Microsoft Corporation. All rights reserved.
Test.cpp
Microsoft ® Incremental Linker Version 14.21.27702.2
Copyright © Microsoft Corporation. All rights reserved.
/out:Test.exe
Test.obj
LINK : fatal error LNK1561: entry point must be defined
C++ code in the editor:
int main()
{
//comment
return 0;
}