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