8 lines
77 B
D
8 lines
77 B
D
import ncui;
|
|
|
|
import std.stdio : writeln;
|
|
|
|
void main()
|
|
{
|
|
writeln("test");
|
|
}
|