Tue, 10 Oct 2023 20:34:51 +0200
update uwproj (adds support for config.site)
/* * Many Files have license headers. */ // And add other stuff below. int main(int argc, char** argv) { // comments behind code don't matter int zero /* in block comments we are genius enough to * detect, if there is still some code in the line */ = 0; /* otherwise the whole comment is * not counted*/ // this holds also for this empty line return zero; } /* rare case, but must also work: last line is a comment */