RosettaCodeData/Task/Terminal-control-Cursor-positioning/00-TASK.txt

7 lines
294 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[[Terminal Control::task| ]]
;Task:
Move the cursor to column   '''3''',   row   '''6''',   and display the word   "Hello"   (without the quotes),   so that the letter   '''H'''   is in column   '''3'''   on row   '''6'''.
<br><br>