add missing newline to a bunch of files

This commit is contained in:
mrdudz
2022-04-16 19:51:48 +02:00
parent 5d45c655bd
commit be22b8ad4d
30 changed files with 41 additions and 41 deletions

View File

@@ -27,4 +27,4 @@ int main() {
printf("it works :)\n");
return 0;
}
}

View File

@@ -35,4 +35,4 @@ seems to work.
greetings,
<EFBFBD> <20>Andreas
*/
*/

View File

@@ -36,4 +36,4 @@ int main(void)
000023r 1 A4 rr ldy sreg
000025r 1 8C rr rr sty _b+2
000028r 1 8C rr rr sty _b+3 ; lost 4th BYTE !
*/
*/

View File

@@ -35,4 +35,4 @@ So testing with 999 gives:
999 mod 999 is 0
This seems to be systematic.
*/
*/

View File

@@ -24,4 +24,4 @@ int main()
printf("a / b = %d", c);
return 0;
}
}

View File

@@ -24,4 +24,4 @@ int main() {
return 0;
}
/* Assert fails. (SVN rev 4381) */
/* Assert fails. (SVN rev 4381) */