6 lines
83 B
C
6 lines
83 B
C
#include <stdio.h>
|
|
int main(void)
|
|
{
|
|
printf("%s", ft_strstr("fffff lll", "ll"));
|
|
}
|