add missing newline to a bunch of files

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

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;
}
}