From 4ba5d597dc1c36f026202ab6ca2574e4f1eea60b Mon Sep 17 00:00:00 2001 From: Cody Boone Ferguson <53008573+xexyl@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:13:34 -0700 Subject: [PATCH] Typo fix div id== in FAQ.md Should only be one = not two. --- FAQ.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/FAQ.md b/FAQ.md index 4a66de723..01c574dee 100644 --- a/FAQ.md +++ b/FAQ.md @@ -32,7 +32,7 @@ 12. [Why do these tools sometimes use the incorrect IOCCC terms?](#12-why-do-these-tools-sometimes-use-incorrect-ioccc-terms) -
+
## 0. Where can I find the mkiocccentry tool? @@ -52,7 +52,7 @@ and then extract that file. -
+
## 1. How do I compile the mkiocccentry tool? @@ -74,7 +74,7 @@ local directory. If something went wrong, see how do I report bugs or other issues? -
+
## 2. How do I package my submission? @@ -118,7 +118,7 @@ Once you have answered all of the questions, the tool will form a XZ compressed tarball, in v7 format, under the _work_dir_ directory. -
+
## 3. What do I do for the Makefile in my submission? @@ -128,7 +128,7 @@ comments as appropriate, and making sure to add the correct specifics of each rule. -
+
## 4. Can't I just submit my obfuscated C program to the judges? @@ -146,7 +146,7 @@ In short, you cannot simply upload your obfuscated C program as it needs to be in a certain form and the `mkiocccentry` tool does that. -
+
## 5. Do I have to use mkiocccentry to package my submission? @@ -165,7 +165,7 @@ contents under that directory are also OK. In particular, that tool tests that the JSON files are correct. -
+
## 6. Do I need to install this code to use it? @@ -186,7 +186,7 @@ For example: ``` -
+
## 7. How can I learn more about how to use the tools? @@ -227,7 +227,7 @@ Luke!"_ as you may find the code in this repo reasonably un-obfuscated and fairl well commented. -
+
## 8. How do I report bugs or other issues? @@ -270,7 +270,7 @@ The script that the make rule runs, `bug_report.sh`, will tell you the name of the file to upload. -
+
## 9. How can I help test this repo? @@ -281,7 +281,7 @@ Please see the for more details on what you can do to help us. -
+
## 10. What can I do if my system's tar(1) does not support the correct options? @@ -296,7 +296,7 @@ Some systems have a `GNU tar` that you can use. For instance FreeBSD has a specify in the tools the `-t tar` option to make this work. -
+
## 11. Where can I find help with formatting markdown files for my submission? @@ -311,7 +311,7 @@ See the [markdown syntax](https://www.markdownguide.org/basic-syntax) guide. See also [CommonMark Spec](https://spec.commonmark.org/current/). -
+
## 12. Why do these tools sometimes use incorrect IOCCC terms?