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 |