error correction in readme

This commit is contained in:
asus
2024-01-25 13:59:30 +01:00
parent 4c5afa27c4
commit 1dea608c0d
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ int main()
**problem :** the `char *quine` string should contain a copy of the whole code in place of "s" **problem :** the `char *quine` string should contain a copy of the whole code in place of "s"
#### second try #### second try, macro calling itself : MAIN(MAIN)
--- ---
``` ```
@@ -80,7 +80,7 @@ int main()
#### lets stringify the content of the string quine #### lets stringify the content of the inner MAIN
--- ---
**the previous can be written with an extra step :** **the previous can be written with an extra step :**

View File

@@ -207,7 +207,7 @@ int main()
**problem :** the `char *quine` string should contain a copy of the whole code in place of "s" **problem :** the `char *quine` string should contain a copy of the whole code in place of "s"
#### 2.2 : second try #### 2.2 : second try, macro calling itself : MAIN(MAIN)
--- ---
``` ```
@@ -234,7 +234,7 @@ int main()
#### 2.3 : lets stringify the content of the string quine #### 2.3 : lets stringify the content of the inner MAIN
--- ---
**the previous can be written with an extra step :** **the previous can be written with an extra step :**