1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Update kimTest.c with linefeed at end

This commit is contained in:
David W Plummer 2023-09-17 18:16:57 -07:00 committed by GitHub
parent 2ad5f1b049
commit 1ba8a063c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,4 +257,4 @@ int main (void)
printf("\r\nPASS!\r\n");
return 1;
}
}