note: blinking cursor is indicated by an underscore.
for example:
the result would be:
hello
hi!_
how will i get to this result?
hello
hi!
for example:
Code:
cout << "hello\n"; cout << "hi!\n";
hello
hi!_
how will i get to this result?
hello
hi!
Comment