error correction in readme
This commit is contained in:
@@ -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 :**
|
||||||
|
|||||||
4
notes.md
4
notes.md
@@ -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 :**
|
||||||
|
|||||||
Reference in New Issue
Block a user