Reputation: 3
As you see, the first time I wrote the code, the ^C appeared. Then I had to write exactly the same again and then everything worked completely fine. What is wrong?
Upvotes: 1
Views: 87
Reputation: 1259
^C
is the command to end a process running in the CMD
https://learn.microsoft.com/en-us/windows/console/ctrl-c-and-ctrl-break-signals
Upvotes: 1
Reputation: 340
Whenever you will use Ctrl + c while using terminal or command prompt, control return will occur.
Upvotes: 0