4 lines
71 B
Text
4 lines
71 B
Text
public Program()
|
|
{
|
|
Console.setCursorPosition(3,6).write("Hello")
|
|
}
|