tests improvements

This commit is contained in:
olszomal
2021-06-02 14:54:09 +02:00
committed by Michał Trojnara
parent 72de045151
commit 180b352102
7 changed files with 56 additions and 2 deletions

View File

@ -2,5 +2,5 @@
void main(void)
{
printf("Hello world!\n");
printf("Hello world!");
}