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