- or download this
#Content of the file test.txt
...
// another single line c++ comment
blah blah blah
- or download this
use strict;
...
print "Line $linenum\t$match\n";
$linenum += $match =~ tr/\n/\n/;
}
- or download this
Line 12 //Hello
Line 23 // single line c++ comment
...
Line 46 multi line
Line 47 c style comment */
Line 58 // another single line c++ comment
- or download this
Line 12 //Hello
Line 23 // single line c++ comment
...
multi line
c style comment */
Line 58 // another single line c++ comment