In “$ Online Judge - Input & Output” bhaiiya shows that we can provide an input file to our executable c++ program as:
./filename < input.txt
but in windows powershell this throws an error:
"At line:1 char:11
- .\nInputs < input.txt
-
~
The ‘<’ operator is reserved for future use."
how will this work in windows then?
