This commit is contained in:
Nilstrieb 2022-07-27 20:44:54 +00:00
parent f95c82ece5
commit d9bb479139
4 changed files with 4 additions and 4 deletions

View file

@ -154,7 +154,7 @@ you can use it freely in your program.</p>
<h2 id="identifers"><a class="header" href="#identifers">Identifers</a></h2>
<p>All identifiers should be given meaningful english names. To work with ancient linkers, function names should contain six characters at most.</p>
<h2 id="comments"><a class="header" href="#comments">Comments</a></h2>
<p>Comments are vital to readability. Therefore, code should always be well comment. Comments must be written in the lingua franca of programming, swiss german.</p>
<p>Comments are vital to readability. Therefore, code should always be well commented. Comments must be written in the lingua franca of programming, swiss german.</p>
<pre><code class="language-c">int main() {
int five = 5; // füüf

View file

@ -182,7 +182,7 @@ you can use it freely in your program.</p>
<h2 id="identifers"><a class="header" href="#identifers">Identifers</a></h2>
<p>All identifiers should be given meaningful english names. To work with ancient linkers, function names should contain six characters at most.</p>
<h2 id="comments"><a class="header" href="#comments">Comments</a></h2>
<p>Comments are vital to readability. Therefore, code should always be well comment. Comments must be written in the lingua franca of programming, swiss german.</p>
<p>Comments are vital to readability. Therefore, code should always be well commented. Comments must be written in the lingua franca of programming, swiss german.</p>
<pre><code class="language-c">int main() {
int five = 5; // füüf

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long