I am using Windows and it is showing the error
PS C:\Users\sanja\Documents> ./manmohanlovepattern < input.txt
At line:1 char:23
- ./manmohanlovepattern < input.txt
-
~
The β<β operator is reserved for future use.
+ CategoryInfo : ParserError: ( [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
PS C:\Users\sanja\Documents> ./manmohanlovepattern.exe < input.txt
At line:1 char:27
- ./manmohanlovepattern.exe < input.txt
-
~
The β<β operator is reserved for future use.
+ CategoryInfo : ParserError: ( [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
PS C:\Users\sanja\Documents> ./manmohanlovepattern.exe < input.txt >output.txt
At line:1 char:27
- ./manmohanlovepattern.exe < input.txt >output.txt
-
~
The β<β operator is reserved for future use.
+ CategoryInfo : ParserError: ( [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported