test/testfile.c

changeset 66
be2084398c37
parent 57
68018eac46c3
equal deleted inserted replaced
65:49fa681f3a7e 66:be2084398c37
2 * Many Files have license headers. 2 * Many Files have license headers.
3 */ 3 */
4 // And add other stuff below. 4 // And add other stuff below.
5 5
6 6
7 int main(int argc, char* argv) { // comments behind code don't matter 7 int main(int argc, char** argv) { // comments behind code don't matter
8 8
9 int zero /* in block comments we are genius enough to 9 int zero /* in block comments we are genius enough to
10 * detect, if there is still some code in the line 10 * detect, if there is still some code in the line
11 */ = 0; 11 */ = 0;
12 12

mercurial