Ok so for my program it prompts the user to enter 32 bits each separated by a space.
But while debugging I would like to be able to load a txt file or something that contains the 32 bits instead of having to enter it each time I test it.
How can I do this? (I know in gcc its a.out < input.txt);