3 lines
60 B
Text
3 lines
60 B
Text
|
|
[Console]::SetCursorPosition(2,5)
|
||
|
|
[Console]::Write('Hello')
|