IT WORKS ON MY MACHINE

This commit is contained in:
2023-08-21 12:27:51 +03:00
parent 960ef386ee
commit 71d791acdb

View File

@@ -14,7 +14,7 @@ int main(void)
/*
* Brain ded to think bout test cond
*/
_printf("%s\n%s\n", test_0, test_1);
_printf(" suh %s\n%s\n", test_0, test_1);
return (0);
}