@@ -126,7 +126,7 @@ have a file size **greater than 0**.
126126
127127Your submitted source code ** MUST** be called ` prog.c ` . When the ` Makefile `
128128compiles your code, the executable (if applicable) ** MUST** be called ` prog ` .
129- The `` Makefile` may compile your source code into other filenames as well.
129+ The ` Makefile ` may compile your source code into other filenames as well.
130130
131131As ` prog ` , ` prog.alt ` , ` prog.alt.o ` , ` prog.o ` may be created by your
132132` Makefile ` , your submission ** MUST NOT** include those files in
@@ -172,7 +172,7 @@ Rule 5 Purity
172172Your submission ** MUST NOT** modify the filenames or content of any of
173173your original submission, such as ` prog.c ` , ` Makefile ` , or any supplied
174174data files. To modify files, your program can make a copy or you can
175- use the Makefile to setup working copies. Any working copies ** MUST** be
175+ use the ` Makefile ` to setup working copies. Any working copies ** MUST** be
176176cleaned up by the ` Makefile ` ` clobber ` target, so as to restore the
177177directory to its original state.
178178
@@ -345,7 +345,7 @@ Rule 15 Building
345345----------------
346346
347347The `Makefile` **MUST** adhere to GNU Make file syntax. Its recommended
348- that you copy and rename the `Makefile.example` as template. The primary
348+ that you copy and rename the `Makefile.example` as a template. The primary
349349target of the `Makefile` **MUST** be `prog` and the source file is `prog.c`.
350350The C compiler and preprocessor **MUST** be invoked using `${CC}` and `${CPP}`
351351macros respectively.
@@ -414,7 +414,7 @@ current version of `chksubmit(1)`.
414414
415415The `prog.c` file **MUST** pass the [Rule 2 Size](rules.html#rule-2-size)
416416size checks performed by `iocccsize(1)`. The `Makefile` and `remarks.md` files cannot
417- be empty. The `.auth.json` and `.info.json` files **MUST** be compatible with what
417+ be empty nor blank . The `.auth.json` and `.info.json` files **MUST** be compatible with what
418418`mkiocccentry(1)` generates.
419419
420420Submissions that package using older versions of the mkiocccentry
@@ -434,15 +434,15 @@ Rule 18 License
434434
435435The entirety of your submission **MUST** be submitted under the following license:
436436
437- [CC BY-SA 4.0 DEED Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
437+ [CC BY-SA 4.0 DEED Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
438438
439439See [Rule 7 Original Work](rules.html#rule-7-original-work).
440440
441441
442442Rule 19 Prime
443443-------------
444444
445- This 19th rule, while prime, is reserved for future abuse. :-)
445+ This 19th rule, while prime, is reserved for future abuse 😁.
446446Additional rules, both humorous and otherwise, may be added
447447below this rule in future contests.
448448
0 commit comments