5 lines
68 B
Forth
5 lines
68 B
Forth
|
|
open System
|
||
|
|
|
||
|
|
Console.SetCursorPosition(3, 6)
|
||
|
|
Console.Write("Hello")
|