7 lines
53 B
D
7 lines
53 B
D
|
import std.stdio;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
writeln("uwu");
|
||
|
}
|