I have a string that I want to execute in C file and I'd like to get the string from standard input.
echo "Here is some random text.\n" | ./main.c
I have a string that I want to execute in C file and I'd like to get the string from standard input.
echo "Here is some random text.\n" | ./main.c