7 lines
63 B
D
7 lines
63 B
D
|
|
import std.stdio;
|
||
|
|
|
||
|
|
void main()
|
||
|
|
{
|
||
|
|
writef("\033[6;3fHello");
|
||
|
|
}
|