I have a template that writes the following every time I create a c++ file, is that ok?
/*
This code belongs to Aadit Ambadkar
Date: YYY-MM-DD HH:MM:SS
Problem: name-of-file
*/
I have a template that writes the following every time I create a c++ file, is that ok?
/*
This code belongs to Aadit Ambadkar
Date: YYY-MM-DD HH:MM:SS
Problem: name-of-file
*/
It is perfectly okay. It doesn’t affect any of your code since it’s commented out.