axlee@c1r5s3:~/Desktop/submission$ echo "normal text
bash: unexpected EOF while looking for matching `"'
bash: syntax error: unexpected end of file
axlee@c1r5s3:~/Desktop/submission$ echo "normal text
hello
text
"
normal text
hello
text
Will keep tying until close quotes
axlee@c1r5s3:~/Desktop/submission$
Will segmentation fault when there is a space in between
minishell$ echo "$USER $USER minishell$ echo "normaltext normaltext minishell$ echo "normal text Segmentation fault (core dumped)
minishell$ echo "normaltext
Correct solution:
axlee@c1r5s3:~/Desktop/submission$ echo "normal text
axlee@c1r5s3:~/Desktop/submission$
Will segmentation fault when there is a space in between