yes
This commit is contained in:
@@ -8,5 +8,6 @@ int main(void)
|
||||
{
|
||||
int len;
|
||||
|
||||
len = _printf("Hello world");
|
||||
len = _printf("Hello world\n");
|
||||
return (len);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user