The single-line comment is exactly what's already in LearningCurve:Â
// This is a single-line comment
Visual Studio doesn't see lines starting with two backslashes (without empty space) as code, so you can use them as much as needed.
The single-line comment is exactly what's already in LearningCurve:Â
// This is a single-line comment
Visual Studio doesn't see lines starting with two backslashes (without empty space) as code, so you can use them as much as needed.